Web-service-client (Section)#
Path: /profiles/profile/settings/authorization-server/token-issuance-authorizers/token-issuance-authorizer/script-token-issuance-authorizer/web-service-client
Optional HTTP client used by the script to delegate the authorization decision to an external service.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| hostname | union (union (string | string) | string (length: 1..253)) | required | - | sets the hostname or ip-address of the webservice service, e.g. ‘localhost’ or ‘127.0.0.1’ |
| port | uint16 | optional | 80 | sets the port of the webservice service, e.g. 80 or 443. |
| context | string | optional | / | sets the main context of the webservice service, e.g. ‘/scim’. |
| http-client | leafref → /base:facilities/base:http/base:client/base:id | required | - | A reference to the Http Client |