oidc-platform
oidc-platform copied to clipboard
Add "Refresh Token" section of documentation
Should include the following information.
In order to get a refresh_token from an authorization_code
grant type:
- scope must include
offline_access
- Your login URL needs to include
&prompt=consent
- You need a
refresh_token
grant type for your client in the OIDC database