mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Update index.py
This commit is contained in:
parent
30ed68471e
commit
f6c49c379d
@ -134,7 +134,9 @@ def oidc_login():
|
||||
)
|
||||
abort(400)
|
||||
else:
|
||||
redirect_uri = url_for('oidc_authorized', _external=True)
|
||||
redirect_uri = url_for('oidc_authorized',
|
||||
**_external=True,
|
||||
_scheme='https')**
|
||||
return oidc.authorize_redirect(redirect_uri)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user