-
- Downloads
Added a generic OpenID Connect Auth module
This module extends the OAuth2 Auth module with the following features: * claims from the returned id token are added as attributes prefixed with `id_token` * The raw id token is added as AuthData * Support for the simplesamlphp ForceAuth and isPassive parameters to the authenticate call (mapping to prompt: login and prompt: none parameters in openid connect) * Support for generic run-time parameters to the authenticate call. Parameters with the `oidc:` prefix are passed to the authorization request (e.g $as->authenticate(['oidc:acr_values' => 'Level4']) will pass `acr_values=Level4` to the authorization request) * Support for RP initiated logout as per https://openid.net/specs/openid-connect-session-1_0.html section 5
lib/Auth/Source/OpenIDConnect.php
0 → 100644
lib/OIDCLogoutHandler.php
0 → 100644
www/loggedout.php
0 → 100644
Please register or sign in to comment