Skip to content

Commit

Permalink
Set the name of the login_service
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 12, 2024
1 parent 5727163 commit eeb8601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions egi_notebooks_hub/egiauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def get_handlers(self, app):
class EOSCNodeAuthenticator(EGICheckinAuthenticator):
"""Adaptation of the EGI Check-in Authenticator to the
EOSC EU Node authorization needs"""
login_service = "EOSC AAI"

personal_project_re = Unicode(
r"^urn:geant:eosc-federation.eu:group:pp:Personal%20Project%20Name-(.*)$",
Expand Down

0 comments on commit eeb8601

Please sign in to comment.