Skip to content

Commit

Permalink
Update docs/auth/social-auth.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milutin <[email protected]>
  • Loading branch information
mikehardy and Milutin-P authored Nov 25, 2023
1 parent d38ed83 commit 4608d3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/auth/social-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ const onMicrosoftButtonPress = async () => {
// Optionally add custom parameters
provider.setCustomParameters({
prompt: 'consent',
tenant" 'tenant_name_or_id', //i.e. example.com or 9aaa9999-9999-999a-a9aa-9999aa9aa99a
// Optional "tenant" parameter for optional use of Azure AD tenant.
// e.g., specific ID - 9aaa9999-9999-999a-a9aa-9999aa9aa99a or domain - example.com
// defaults to "common" for tenant-independent tokens.
tenant: 'tenant_name_or_id',
});

// Sign-in the user with the provider
Expand Down

0 comments on commit 4608d3d

Please sign in to comment.