Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest-flask
Commits
ab17d00a
Commit
ab17d00a
authored
Oct 04, 2021
by
Joao Pedro Lopes
Browse files
FTS-1731
: Migrate...
FTS-1731
: Migrate
fts-rest@fa7ba6de
parent
57644db8
Pipeline
#3084884
passed with stages
in 20 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/oauth2provider.py
View file @
ab17d00a
...
...
@@ -234,7 +234,7 @@ class FTS3OAuth2ResourceProvider(ResourceProvider):
try
:
if
"wlcg"
in
credential
[
"iss"
]:
# Hardcoded scope and audience for wlcg tokens. To change once the wlcg standard evolves
scope
=
"offline_access openid storage.read:/ storage.modify:/"
scope
=
"offline_access openid storage.read:/ storage.modify:/
wlcg.groups
"
audience
=
"https://wlcg.cern.ch/jwt/v1/any"
(
access_token
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment