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
#22258 added a property, spring.security.saml2.relyingparty.*.relying-party-entity-id, for configuring the entity id. It maps onto Spring Security's RelyingPartyRegistration.Builder.entityId(String) method. With hindsight, and thanks to @dawi for the suggestion, spring.security.saml2.relyingparty.*.entityId would be a better name for the property.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
#22258 added a property,
spring.security.saml2.relyingparty.*.relying-party-entity-id
, for configuring the entity id. It maps onto Spring Security'sRelyingPartyRegistration.Builder.entityId(String)
method. With hindsight, and thanks to @dawi for the suggestion,spring.security.saml2.relyingparty.*.entityId
would be a better name for the property.The text was updated successfully, but these errors were encountered: