Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/user-guide/identity/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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='<insert_oauth2_callback_url_for_session_binding; not required for *local* agent launch and invocations>'
)
async def introspect_with_decorator(*, access_token: str):
Expand Down
Loading