question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow to retrieve IdP metadata and configure the IdP from there

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
necouchmancommented, Feb 12, 2018

@pitbulk: Looks like this support has been merged - any idea when a release (that makes into the Maven repositories) will happen with this functionality?

0reactions
necouchmancommented, Jun 28, 2018

Looks like this is closed, now, with the 2.3.0 release on April 25th?

Thank you, @pitbulk!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found