-
Notifications
You must be signed in to change notification settings - Fork 13
Push Metadata
Okke Harsta edited this page Jan 8, 2021
·
3 revisions
Pushing the metadata to EB triggers the following check's / action's:
- Fetch all metadata from the
saml20_spcollection - If the environment property
push.eb.exclude_edugain_importsis set toTruethen all metadata which has the attributecoin:imported_from_edugainset toTrueand does NOT have the metadata attributecoin:push_enabledset toTrueis filtered out - After the optional filtering of
edugain_importsall the remaining metadata which has the attributecoin:exclude_from_pushis additionally filtered out - Fetch all metadata from the
saml20_idpcollection - POST all EB metadata to the configured URI
When creating new metadata or updating existing metadata the metadata is marked as coin:exclude_from_push if the API user has the scope test.
Pushing the metadata to OIDC-NG triggers the following check's / action's:
- Does Manage needs to push to OIDC-NG? Determined by the environment property
push.oidc.enabled - Fetch all metadata from the
oidc10_rpcollection - Fetch all scopes and add the global descriptions to the individual scopes for each Resource Server
- POST all OIDC metadata to the configured URI