Service-provider (List)#

Path: /profiles/profile/settings/authentication-service/service-providers/service-provider

Service providers are usually applications or relying parties. They depend on the identity server for authentication

Keys: id

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-
template-areastring (length: 1..9223372036854775807)optional-Select an optional Template Area or Theme to apply to this Service Provider. If they have the same name, both will be applied.
default-authenticatorleafref → ../../../authenticators/authenticator/idoptional-When a list needs to be shown, this is marked as default
allowed-authenticatorsmulti-value leafref → ../../../authenticators/authenticator/idoptional-This is a list that marks which authenticators should be used for the particular service
authenticator-filtersmulti-value leafref → ../../../authenticator-filters/authenticator-filter/idoptional-
required-claimmulti-value stringoptional-
context-infostringoptional-
application-urlstringoptional-This URL is used if a request is made to the authentication service without the parameters necessary to initiate an authentication transaction. In such a case, the user is redirected to this URL, so that a new, properly formed, request can be made to bootstrap a new authentication transaction.
target-urlstringrequired-This URL is used to redirect the user to the application after a successful login has taken place
allowed-originsmulti-value string (length: 1..9223372036854775807)optional-The optional list of URIs or URI-patterns that is allowed to embed the rendered pages inside an iframe or be a trusted source.

Was this helpful?