Compare commits
1 Commits
46f44f6171
...
ea35e040e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea35e040e7 |
@@ -42,7 +42,7 @@ def create_oauth_blueprint(app_name: str) -> Blueprint:
|
||||
|
||||
redirect_uri = app_url(app_name, "/auth/callback")
|
||||
authorize_url = federation_url(
|
||||
f"/oauth/authorize?client_id={app_name}"
|
||||
f"/auth/oauth/authorize?client_id={app_name}"
|
||||
f"&redirect_uri={redirect_uri}"
|
||||
f"&state={state}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user