Service-provider (List)#

Path: /profiles/profile{id, type}/settings/authentication-service/service-providers/service-provider

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

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired
template-areanon-empty-stringoptionalSelect an optional Template Area or Theme to apply to this Service Provider. If they have the same name, both will be applied.
default-authenticatorleafrefoptionalWhen a list needs to be shown, this is marked as default
allowed-authenticatorsmulti-value, leafrefoptionalThis is a list that marks which authenticators should be used for the particular service
authenticator-filtersmulti-value, leafrefoptional
required-claimmulti-value, stringoptional
context-infostringoptional
application-urlurioptionalThis 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-urlurirequiredThis URL is used to redirect the user to the application after a successful login has taken place
allowed-originsmulti-value, non-empty-stringoptionalThe 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?