Polish "Support configuration of entityId for a SAML Relying Party"

See gh-22258
This commit is contained in:
Stephane Nicoll 2020-08-05 09:41:54 +02:00
parent 5352ec1cba
commit 621f026499
1 changed files with 3 additions and 7 deletions

View File

@ -51,13 +51,9 @@ public class Saml2RelyingPartyProperties {
public static class Registration {
/**
* Relying party's EntityID.
*
* This value may contain a number of placeholders. They are: baseUrl,
* registrationId, baseScheme, baseHost, and basePort.
*
* The default value is
* {baseUrl}/saml2/service-provider-metadata/{registrationId}.
* Relying party's entity ID template. Can generate its entity ID based on
* possible variables of "baseUrl", "registrationId", "baseScheme", "baseHost",
* and "basePort".
*/
private String relyingPartyEntityId = "{baseUrl}/saml2/service-provider-metadata/{registrationId}";