Open travist opened 7 years ago
This line right here hard codes the response_type=code
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.
id_token
code
Let me know if this is possible (or not). Thanks!
Travis.
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 thecode
in order to seamlessly authenticate.Let me know if this is possible (or not). Thanks!
Travis.