Upscope (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/token-procedure-plugins/token-procedure-plugin{id}/upscope
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| subject-token-required-scopes | multi-value, leafref | optional | The scopes required in the subject token to perform the upscope, if empty no scopes are required | |
| actor-token-required-scopes | multi-value, leafref | optional | The scopes required in the actor token to perform the upscope, if empty no actor token scopes are required | |
| scopes-to-add | multi-value, leafref | optional | The scopes to add to the returned token | |
| replace-existing-scopes | boolean | optional | true | Replace all the scopes in the new token with the scopes added by this procedure, if false, the new scopes are appended to the existing scopes instead |