You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should return a list of builders since each one represents a single IDPSSODescriptor. It will also give an opportunity to locally override settings like the registrationId.
@OrangeDog based on this comment, I'm wondering if fromEntitiesDescriptorLocation should take a public key for verifying the EntityDescriptors signature.
The text was updated successfully, but these errors were encountered:
In a federated setup, a single metadata endpoint may have multiple IDP entities described.
It would be nice to have additional methods in
RelyingPartyRegistrations
to support this. For example:It should return a list of builders since each one represents a single
IDPSSODescriptor
. It will also give an opportunity to locally override settings like theregistrationId
.@OrangeDog based on this comment, I'm wondering if
fromEntitiesDescriptorLocation
should take a public key for verifying theEntityDescriptors
signature.The text was updated successfully, but these errors were encountered: