azure ad - SSO problem
hello, we currently have a corporate license with our company.
i am now trying to configure SSO with azure AD according to this guide:
but when i log in to the management console i do not see the "single sign on" menu/section.
Do we need the tensor license before the "single sign on" menu/section comes active?
Comments
-
Hello @mathiasc,
Thank you for your message and welcome to the TeamViewer Community! ?
Correct, as stated in the article, you need a Tensor license to use the SSO functionality.
If you have questions regarding SSO, feel free to ask them here! ?
Best regards
Jean
Community Manager
0 -
Hi.
I have teamviewer Tensor and have configured SSO and SCIM for autoprovisioning. The user accounts get created in TV but when the users try to login it prompts for one time password to activate SSO. This negates the purpose of auto provisioning if an admin has to create the one time password for all SSO users created in TV. What is missing here as I can't find any blogs providing a fix.
We need your help urgently.
Kaif
0 -
Hello @mkaif22,
For new accounts, the customer identifier must be specified in the user sync.
Please check the Optional Single Sign-On Attribute Mapping section of the following article to configure it correctly:
For updating existing accounts, please use the script I sent you via private message and proceed as follows:
- Rename the File from ".txt" back to ".ps1"
- Create an API Token with the following permissions:
User management: Create users, view users, edit users
- Please check how to create this token in our documentation here: TeamViewer API Documentation
- Open PowerShell and run the Script with the Command
.\Update-TeamViewerUserSso -ApiToken 'MyApiToken' -SsoCustomerId 'MyCustomerId' -EmailDomain 'example.test'
- Replace the Placeholder "Apitoken", "CustomerId" and "example.test" with your own values
I hope that this could help! 🍀 If not, please keep us posted!
Community Manager
0