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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | ||
| template-area | non-empty-string | 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-authenticator | leafref | optional | When a list needs to be shown, this is marked as default | |
| allowed-authenticators | multi-value, leafref | optional | This is a list that marks which authenticators should be used for the particular service | |
| authenticator-filters | multi-value, leafref | optional | ||
| required-claim | multi-value, string | optional | ||
| context-info | string | optional | ||
| application-url | uri | optional | 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-url | uri | required | This URL is used to redirect the user to the application after a successful login has taken place | |
| allowed-origins | multi-value, non-empty-string | 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. |