Upscope (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/token-procedure-plugins/token-procedure-plugin{id}/upscope

Parameters#

NameTypeRequiredDefaultDescription
subject-token-required-scopesmulti-value, leafrefoptionalThe scopes required in the subject token to perform the upscope, if empty no scopes are required
actor-token-required-scopesmulti-value, leafrefoptionalThe scopes required in the actor token to perform the upscope, if empty no actor token scopes are required
scopes-to-addmulti-value, leafrefoptionalThe scopes to add to the returned token
replace-existing-scopesbooleanoptionaltrueReplace 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

Was this helpful?