You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id_token_hint is a ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.
This parameter is ignored
The text was updated successfully, but these errors were encountered:
Currently Microsoft has an External Authentication Method [1] in preview that allows 3rd party OIDC providers to provide Entra ID MFA for Azure based applications. The authorization call contains a signed id_token_hint that needs to be parsed and verified and requires the OP to return the authorization result as a form_post.
It would be nice if the simpleSAMLphp OIDC module would support these requests.
According https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.1
id_token_hint is a ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.
This parameter is ignored
The text was updated successfully, but these errors were encountered: