Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProxyIdP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
ProxyIdP GUI
Commits
d4b09157
Commit
d4b09157
authored
1 year ago
by
Peter Bolha
Browse files
Options
Downloads
Patches
Plain Diff
fix: import of resource protector in oauth
parent
ab87fb8f
No related branches found
No related tags found
1 merge request
!29
fix: import of resource protector in oauth
Pipeline
#314992
passed
1 year ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perun/proxygui/oauth.py
+1
-1
1 addition, 1 deletion
perun/proxygui/oauth.py
with
1 addition
and
1 deletion
perun/proxygui/oauth.py
+
1
−
1
View file @
d4b09157
...
@@ -2,7 +2,7 @@ from http import HTTPStatus
...
@@ -2,7 +2,7 @@ from http import HTTPStatus
from
typing
import
Dict
,
Optional
from
typing
import
Dict
,
Optional
import
requests
import
requests
from
authlib.oauth2
import
ResourceProtector
from
authlib.
integrations.flask_
oauth2
import
ResourceProtector
from
authlib.oauth2.rfc6750
import
InvalidTokenError
,
InsufficientScopeError
from
authlib.oauth2.rfc6750
import
InvalidTokenError
,
InsufficientScopeError
from
authlib.oauth2.rfc7662
import
IntrospectTokenValidator
from
authlib.oauth2.rfc7662
import
IntrospectTokenValidator
from
perun.connector
import
Logger
from
perun.connector
import
Logger
...
...
This diff is collapsed.
Click to expand it.
Jednotné přihlášení test
@9008807
mentioned in commit
f18c691d
·
1 year ago
mentioned in commit
f18c691d
mentioned in commit f18c691db5c58994ad1c4b7ca63e92b995f1577c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment