We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idp_entity_id
We could simplify the SAML IdP creation payload a little bit. Today it looks like:
omicron/nexus/types/src/external_api/params.rs
Lines 551 to 582 in 21b31c8
idp_entity_id is available as the entityID attribute on the root EntityDescriptor node from the IdP metadata XML.
entityID
EntityDescriptor
The text was updated successfully, but these errors were encountered:
It may also be possible to generate both acs_url and slo_url, though it may be better for those to be optional so they can be overridden.
acs_url
slo_url
Sorry, something went wrong.
No branches or pull requests
We could simplify the SAML IdP creation payload a little bit. Today it looks like:
omicron/nexus/types/src/external_api/params.rs
Lines 551 to 582 in 21b31c8
idp_entity_id
is available as theentityID
attribute on the rootEntityDescriptor
node from the IdP metadata XML.The text was updated successfully, but these errors were encountered: