Try dropping that
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-11 17:22:47 +02:00
parent f30f0d4846
commit 8e4c57029a
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async def login_keycloak(request: Request):
@app.get("/auth")
async def auth(request: Request):
try:
token = await oauth.keycloak.authorize_access_token(request)
token = await oauth.keycloak.authorize_access_token()
except OAuthError as error:
return HTMLResponse(f"<h1>{error.error}</h1>")
user = await oauth.keycloak.parse_id_token(request, token)