diff --git a/documentation/docs/user-guide/identity/quickstart.md b/documentation/docs/user-guide/identity/quickstart.md index 218846b2..5d1ce9ce 100644 --- a/documentation/docs/user-guide/identity/quickstart.md +++ b/documentation/docs/user-guide/identity/quickstart.md @@ -260,7 +260,7 @@ async def handle_auth_url(url): scopes=["openid"], auth_flow="USER_FEDERATION", on_auth_url=handle_auth_url, # streams authorization URL to client - force_authentication=True + force_authentication=True, callback_url='' ) async def introspect_with_decorator(*, access_token: str):