Which client?
Web
The problem
Cannot specify an option such as idp_hint=google to select the IdP to be used and be send with the authorization request to inform auth server to use an OIDC server
Solution you have in mind (optional)
- Add an "OIDC authorization" option in the authorization setting. let user specify the name:value pair.
such as idp_hint=google
- when set automatically add to the textbox scopes: "openid email offline_access" (editable textbox)
- Send the name:value pair in the authorization request
- save the id_token in inspector (add an option to inspect/decode it)
- save the refresh token for offline_access and use it when inspector is restarted to obtain an access token
- Save any updated id_token upon refresh
Before you submit
Which client?
Web
The problem
Cannot specify an option such as idp_hint=google to select the IdP to be used and be send with the authorization request to inform auth server to use an OIDC server
Solution you have in mind (optional)
such as idp_hint=google
Before you submit