Allow to retrieve IdP metadata and configure the IdP from there
See original GitHub issueIt could be interesting to implement a way to populate some of the settings with a provided IdP metadata URL.
The settings instance would retrieve the XML (possibly complaining about invalid SSL/TLS certificates), validate the signing and global schema conformance, and extract the relevant settings from there, namely:
- onelogin.saml2.idp.entityid
- onelogin.saml2.idp.single_sign_on_service.url
- onelogin.saml2.idp.single_logout_service.url
- onelogin.saml2.idp.single_logout_service.response.url
- onelogin.saml2.idp.single_logout_service.binding
- onelogin.saml2.idp.x509cert
All of these could be replaced in the settings with a onelogin.saml2.idp.metadata.url
settings.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Allow to retrieve IdP metadata and configure the IdP from there
The settings instance would retrieve the XML (possibly complaining about invalid SSL/TLS certificates), validate the signing and global schema ...
Read more >To import SAML metadata of the identity provider
Select Import from URL, and type the URL where the IdP SAML configuration is stored. Select Import from file, and upload the SAML...
Read more >Creating IAM SAML identity providers - AWS Documentation
Before you can create an IAM identity provider, you need the SAML metadata document that you get from the IdP. This document includes...
Read more >Use a SAML 2.0 Identity Provider (IdP) for Single Sign On
Azure AD does not read metadata from the identity provider. Add Azure AD as a relying party. You must enable communication between your...
Read more >Connect Your App to SAML Identity Providers - Auth0
Steps ; Get the signing certificate from the IdP and convert it to Base64. ; Create an enterprise connection in Auth0. ; Enable...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pitbulk: Looks like this support has been merged - any idea when a release (that makes into the Maven repositories) will happen with this functionality?
Looks like this is closed, now, with the 2.3.0 release on April 25th?
Thank you, @pitbulk!