-
Notifications
You must be signed in to change notification settings - Fork 7
ProfileConfigurations
Scott Cantor edited this page Feb 22, 2021
·
12 revisions
Here is only a small set of new features to topic what is documented on Shibboleth IdP 3 RelyingPartyConfiguration.
File(s): conf/relying-party.xml
There are six profile configurations provided by the oidc extensions.
- OIDC.Keyset to publish credentials in keyset.
- OIDC.Registration for dynamic registration.
- OIDC.SSO for authorization and token endpoints.
- OIDC.UserInfo for userinfo endpoint.
- OAUTH2.Revocation for token revocation.
- OAUTH2.Introspection for token introspection.
Keyset and Registration profiles should be included in shibboleth.UnverifiedRelyingParty bean and four other should be included in shibboleth.DefaultRelyingParty bean.
(Migrated)