Closed dsmrt closed 3 years ago
Updated this in https://github.com/flipboxfactory/saml-sp/releases/tag/2.6.7 You can now specify the service provider and the IdP when requesting login. Details are in the docs here: https://saml-sp.flipboxfactory.com/configure/login.html#🆕-specifying-service-provider-my-provider
This fixes the problem of implicit SP matching. So know you could have multiple service providers that match up to the same site and have different configurations.
After some discovery, I found a way to get around the need to overwrite the entity id with the app id. Please check out the video walkthrough here: https://saml-sp.flipboxfactory.com/idps/azure-ad.html#azure-ad
Stemming from enhancements requested in #101.
Since Azure AD requires the Service Provider Entity ID to match their application ID, it's impossible to add multiple Azure AD IdPs.
Maintainer note: This is an edge case but the patch for this problem actually solves and issue with implicitly finding the SP/My Prodvider, which I'd like to move away from.