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
Like RelyingPartyRegistrationRepository, it would be nice to have an interface to represent loading asserting party metadata. This would make working with OpenSAML's MetadataResolver considerably easier.
Like
RelyingPartyRegistrationRepository
, it would be nice to have an interface to represent loading asserting party metadata. This would make working with OpenSAML'sMetadataResolver
considerably easier.A contract like the following may suffice:
Note that
AssertingPartyMetadata
is a proposed interface to allow for easy adaptation from DB or other third-party representations.A handy first implementation of this interface would be one that worked with an OpenSAML
MetadataResolver
.The text was updated successfully, but these errors were encountered: