Converting Local Accounts to SAML
Converting Local Accounts to SAML
Comments
-
How can we convert local Decisions accounts to SAML accounts? Is there a SQL Query that can handle this?
-
[color=#ff0000]******IMPORTANT: Backup your database before running these queries.******
[/color]
Yes, we can convert local accounts into SAML accounts using the following SQL queries:- update entity_account set authentication_type = SAML where account_id not like %ACCOUNT
- update entity_account set identity_provider_id = [insert provider ID here] where account_id not like %ACCOUNT
[i]edited by cameron@decisions.com on 6/22/2020[/i]