auth0-samples / auth0-sso-dashboard

[DEPRECATED] App Single Sign On Dashboard using Auth0
MIT License
62 stars 26 forks source link

Configurable request_type in dashboard SSO links. #39

Open travist opened 7 years ago

travist commented 7 years ago

This line right here hard codes the response_type=code

https://github.com/auth0-samples/auth0-sso-dashboard/blob/master/lib/auth0_service.js#L56

It would be amazing if this were configurable on a per-client basis. The app that we are trying to authenticate needs the id_token (which contains profile metadata from a custom rule) and not the code in order to seamlessly authenticate.

Let me know if this is possible (or not). Thanks!

Travis.