-
Notifications
You must be signed in to change notification settings - Fork 7
RpUIContext
Scott Cantor edited this page Feb 22, 2021
·
2 revisions
The Shibboleth wiki page RpUIContext lists the context attributes that are populated from SAML metadata. That page also contains instructions how the attributes can be exploited in views.
The following attributes are populated from OIDC client metadata:
- $rpUIContext.contactEmail(type): Corresponds to contacts attribute in OIDC metadata. Type is currently always support.
- $rpUIContext.informationURL: Corresponds to tos_uri attribute in OIDC metadata. The default language is en.
- $rpUIContext.logo: Corresponds to logo_uri attribute in OICD metadata.
- $rpUIContext.privacyStatementURL: Corresponds to policy_uri attribute in OIDC metadata.
- $rpUIContext.serviceName: Corresponds to client_name attribute in OIDC metadata. client_id, if client_name is not defined.
If the OIDC metadata does not contain language-specific settings, the default language is currently en.
(Migrated)