Skip to content

Commit

Permalink
Use zauth.zeus.gent
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu authored Sep 25, 2024
1 parent d666744 commit f30b39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/auth/zeus.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ def init_oauth(app):
client_id=app.config["ZEUS_KEY"],
client_secret=app.config["ZEUS_SECRET"],
request_token_params={},
api_base_url="https://adams.ugent.be/oauth/api/",
api_base_url="https://zauth.zeus.gent/",
access_token_method="POST",
access_token_url="https://adams.ugent.be/oauth/oauth2/token/",
authorize_url="https://adams.ugent.be/oauth/oauth2/authorize/",
access_token_url="https://zauth.zeus.gent/oauth/token/",
authorize_url="https://zauth.zeus.gent/oauth/authorize/",
)

return oauth.create_client("zeus")
Expand Down

0 comments on commit f30b39e

Please sign in to comment.