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