Description of Issue
Client would like to transition to using Azure AD to accommodate multiple domains.
Context
- Tyler Identity (TID)
- Azure authentication
- Munis 2019.x, 2020.x
- Tyler Deploy
- SQL Queries
Cause
Sites that use Tyler ID require ADFS or Azure to authenticate multiple domains will need to update their Authentication Type in Tyler Deploy (If they have access to Product Configurations).
Resolution
Azure AD
- Log into Tyler Deploy
- Navigate to Product Configuration | Tyler Identity
- Change Local Authentication Type to Azure AD
- Enter the Azure FQDN in the following format fs.city.local (do not include HTTPS or slashes)
- Enter Azure WTRealm in the following format urn:TylerIdentityTest
- Verify the Azure Metadata Address looks correct. Example: https://fs.city.local/federationmetadata/2007-06/federationmetadata.xml
- Redeploy Tyler ID
- Run the following query against the tylerid{env} database
SQL: Deletes all users from the TID database except the built in tyleradminDELETE
FROM
MembershipReboot.UserAccounts
WHERE
not
Username=
'tyleridentityadmin@tylertech.com'
Update the integrated products HUB, MUNIS, etc...
"UserNameClaim"
:
"winaccountname"
Additional Information
Contact Tyler Systems Management Support or submit a case via the Online Support Client Portal for additional assistance.
Add Comment