Big picture: we have a website (Service Provider). And we’re using Auth0 as our IdP (with a custom DB for authentication). The website is “represented” by an Application and an API in Auth0. (I think of this as registering the website with the IdP). The Application is using the SAML2 Addon feature.
It’s working but I have a question:
Where do I tell Auth0 what the EntityId of the SP is? From what I’ve read, this is important. But I have not found where to enter this info in Auth0 and everything seems to be working, so I’m not sure how important it actually it.
Thanks in advance!