p2-inc / keycloak-magic-link

Magic Link Authentication for Keycloak
https://phasetwo.io
Other
222 stars 44 forks source link

FID-684 Added scope support #21

Closed akharlamov closed 1 year ago

akharlamov commented 1 year ago

Sometimes, it is required to obtain an ID token as a result of magic-link login. For example, the ID token is needed to logout without an intermediary prompt page.

The PR adds the capability to request a specific scope ("openid" in our case) for the session.