Auth0 is not sending refresh_token without the offline_access scope #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ACCs:
refresh_tokenoptional.changed the description
Hi! Thanks for some really nice software!
I was using it with auth0 but after upgrading to 0.7 and the new openid configuration flow I've been having some problems. For me auth0 doesn't include the "end_session_endpoint" field, seems like a common issue: https://community.auth0.com/t/how-to-set-up-end-session-endpoint/105606
I worked around that by setting up a proxy that adds the v2/logout url as this missing field, and providing this proxy as the issuer field to you configuration. It didn't look like you use the 'parameters.issuer' after getting the json with the details. With that I can get an valid token when inspecting the traffic. But the token doesn't appear to be set so my components are still in the unauthenticated state.
Any suggestion on how to set this up with 0.7 and auth0? If you already got it working that is..
Example of missing end_session_endpoint:
https://dev-qcuxgjrapycf5ib4.us.auth0.com/.well-known/openid-configuration
Added offline_access to scope and now it works like a charm.. Sorry I can't read..
Thanks again!
mentioned in issue #10