Skip to content

Commit

Permalink
Retreive instance metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKalopsia committed Nov 5, 2024
1 parent c0ca637 commit a8fadba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def login():

try:
response = requests.get(
f"https://{instance}/.well-known/openid-configuration"
f"https://{instance}/.well-known/oauth-authorization-server"
)
response.raise_for_status()
metadata = response.json()
Expand Down

0 comments on commit a8fadba

Please sign in to comment.