authlib
d42 2020-02-25 02:29:31 +01:00
parent 83e3be8213
commit 14ee96ea4a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def oauth_token_revoke():
return authorization.create_endpoint_response('revocation')
@bp.route("/.well-known/openid-configuration")
def oidc_configureation():
def oidc_configuration():
issuer = current_app.config['ISSUER_URL']
return jsonify({
"issuer": issuer,