This commit is contained in:
parent
f30f0d4846
commit
8e4c57029a
@ -48,7 +48,7 @@ async def login_keycloak(request: Request):
|
|||||||
@app.get("/auth")
|
@app.get("/auth")
|
||||||
async def auth(request: Request):
|
async def auth(request: Request):
|
||||||
try:
|
try:
|
||||||
token = await oauth.keycloak.authorize_access_token(request)
|
token = await oauth.keycloak.authorize_access_token()
|
||||||
except OAuthError as error:
|
except OAuthError as error:
|
||||||
return HTMLResponse(f"<h1>{error.error}</h1>")
|
return HTMLResponse(f"<h1>{error.error}</h1>")
|
||||||
user = await oauth.keycloak.parse_id_token(request, token)
|
user = await oauth.keycloak.parse_id_token(request, token)
|
||||||
|
Loading…
Reference in New Issue
Block a user