Skip to content

Commit ad960ed

Browse files
feat(auth): Add organization parameter to ServerClient for custom token exchange
1 parent 2c81c5a commit ad960ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/auth0_server_python/auth_server/server_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@ async def login_with_custom_token_exchange(
16451645
scope=options.scope,
16461646
actor_token=options.actor_token,
16471647
actor_token_type=options.actor_token_type,
1648+
organization=options.organization,
16481649
authorization_params=options.authorization_params
16491650
)
16501651

0 commit comments

Comments
 (0)