Forum Discussion
MrGalvan
Aug 28, 2020Copper Contributor
Login Failed for user '<token-identified principal>' for Azure Active Directory Admin
Hello, I am having an issue where I am unable to connect to my Azure SQL database instance w/ my user that is the Active directory admin over the instance, along w/ the databases within that instan...
MrGalvan
Aug 31, 2020Copper Contributor
MrGalvan
Aug 31, 2020Copper Contributor
Found the issue and have resolved it.
What happened is the AD group that was assigned as the Active Directory Admin was dropped and created w/ the same name. However, the old group's Object Id wasn't the same as the newly created AD group's Object Id.
Only found this out by looking at the Creation Date of the Active Directory Group. Which shows it was a recent creation date. A time frame within where the issue started happening.
So, it appears that the token assigned to the old group was still saved, but that Object Id no logger existed since the group was re-created w/ a new Object Id.
Remedy: Just dropped AD admin and re-added it and now we're back in business.