We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm testing with my azure environment where we have multiples tenants. example
tenant A: holds all the users, mfa, etc. tenant B: users synced from tenant A
Application created in tenant B fails to logging stating
Application with id xxx-xxx-xxxxx does not exists on tenant A
add option to include tenant id. If present, then use the tenant ID as part of the urls as azureadv2 does.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm testing with my azure environment where we have multiples tenants. example
tenant A: holds all the users, mfa, etc.
tenant B: users synced from tenant A
Application created in tenant B fails to logging stating
Application with id xxx-xxx-xxxxx does not exists on tenant A
Possible solution
add option to include tenant id. If present, then use the tenant ID as part of the urls as azureadv2 does.
The text was updated successfully, but these errors were encountered: