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
PROXY_SERVICE_IDENTITY_PROVIDER['METADATA_URL'] (string, optional) - URL or Identity Provider's metadata.
Implementation:
eidas_node.proxy_service.apps.ProxyServiceConfig.ready: If PROXY_SERVICE_IDENTITY_PROVIDER['METADATA_URL'] is set, PROXY_SERVICE_IDENTITY_PROVIDER['SIGNING_KEY'] and PROXY_SERVICE_IDENTITY_PROVIDER['ENDPOINT'] are extracted from that URL.
The text was updated successfully, but these errors were encountered:
jiri-janousek
changed the title
Extract signing key and endpoint frop identyty provider's metadata
Extract signing key and endpoint from identyty provider's metadata
Sep 3, 2019
jiri-janousek
changed the title
Extract signing key and endpoint from identyty provider's metadata
Extract signing key and endpoint from identity provider's metadata
Sep 3, 2019
New settings:
PROXY_SERVICE_IDENTITY_PROVIDER['METADATA_URL']
(string, optional) - URL or Identity Provider's metadata.Implementation:
eidas_node.proxy_service.apps.ProxyServiceConfig.ready
: IfPROXY_SERVICE_IDENTITY_PROVIDER['METADATA_URL']
is set,PROXY_SERVICE_IDENTITY_PROVIDER['SIGNING_KEY']
andPROXY_SERVICE_IDENTITY_PROVIDER['ENDPOINT']
are extracted from that URL.The text was updated successfully, but these errors were encountered: