The authentication service (AS) context settings.
| Attribute | Value |
|---|---|
| Default Value | username_password |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | none username_password |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| required | BOOLEAN | false | true | false | Indicates if authentication is required (true) or not (false). |
| auth-method | STRING | false | true | username_password | The authentication method. Valid values are 'none' and 'username_password'. |
| realm | STRING | false | true | The authentication service (AS) realm name. |