Add support for multiple authorization scopes for legacy token; JWT token will use only the first authorized scope defined in config.js #1

Merged
andrea.dellamico merged 3 commits from antonio.calanducci/pep-container-image:master into master 2024-05-22 10:42:08 +02:00

config.js should have now an array with multiple scopes:

"accounting": {
        "scopes":       ["authorized_scope1", "authorizeed_scope2"],
        "service_name": "docker_stack_name",
        "host":         "service_hostname"
config.js should have now an array with multiple scopes: ``` "accounting": { "scopes": ["authorized_scope1", "authorizeed_scope2"], "service_name": "docker_stack_name", "host": "service_hostname" ```
antonio.calanducci added 3 commits 2024-05-22 10:25:43 +02:00
andrea.dellamico merged commit efdb169c10 into master 2024-05-22 10:42:08 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D4Science/pep-container-image#1
No description provided.