Closed dan-cooke closed 2 years ago
When a scope is passed to the constructor.
scope
This scope is seemingly also sent to the ID endpoint, which is a bug - because the ID endpoint does not support offline_access
offline_access
So this means the user profile cannot be fetched alongside refresh tokens
N/A
No response
This is expected behaviour, the reason my ID request is failing is because i forgot to include the openid scopes in my constructor
openid
Describe the bug
When a
scope
is passed to the constructor.This
scope
is seemingly also sent to the ID endpoint, which is a bug - because the ID endpoint does not supportoffline_access
So this means the user profile cannot be fetched alongside refresh tokens
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
N/A
Expected behavior
N/A
Screenshots or Videos
No response
Platform
Additional context
N/A