mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-31 17:53:45 +00:00
Revert "enhancement(routes/index.py): OIDC supports HTTP Scheme now"
This commit is contained in:
@@ -134,9 +134,7 @@ def oidc_login():
|
|||||||
)
|
)
|
||||||
abort(400)
|
abort(400)
|
||||||
else:
|
else:
|
||||||
redirect_uri = url_for('oidc_authorized',
|
redirect_uri = url_for('oidc_authorized', _external=True)
|
||||||
**_external=True,
|
|
||||||
_scheme='https')**
|
|
||||||
return oidc.authorize_redirect(redirect_uri)
|
return oidc.authorize_redirect(redirect_uri)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user