public interface BaseApplicationSamlConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getAssertionConsumerUrl() |
String |
getAudienceUrl() |
NameIdFormat |
getNameIdFormat()
Returns NameID format configured for a given app.
|
boolean |
isAddUserAttributesEnabled() |
String getAudienceUrl()
String getAssertionConsumerUrl()
NameIdFormat getNameIdFormat()
Note that if Authn Request contains NameIDPolicy with specified Format attribute, then format from Authn Request has higher priority than NameID format from app config.
boolean isAddUserAttributesEnabled()
Copyright © 2021 Atlassian. All rights reserved.