Skip to content

Commit

Permalink
Also update oidc_scope_prefix description in config_schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Dec 20, 2023
1 parent fed04ed commit a21c9b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/galaxy/config/schemas/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,11 @@ mapping:
desc: |
Sets the prefix for OIDC scopes specific to this Galaxy instance.
If an API call is made against this Galaxy instance using an OIDC bearer token,
it must include a scope with "<prefix>:*". e.g "https://galaxyproject.org/api:*"
any scopes must be prefixed with this value e.g. https://galaxyproject.org/api.
More concretely, to request all permissions that the user has, the scope
would have to be specified as "<prefix>:*". e.g "https://galaxyproject.org/api:*".
Currently, only * is recognised as a valid scope, and future iterations may
provide more fine-grained scopes.
auth_config_file:
type: str
Expand Down

0 comments on commit a21c9b2

Please sign in to comment.