I'm having an issue. I've set up a third party SSO with my office365 account. The third party SSO authenticates with my on-premesis Active Directory. The only difference between using an ADFS on premesis SSO and this one is that this one is located "in the cloud"...but i digress.
Anyways, I ran DirSync and enabled password sync between office365 and my AD. This was successful and is currently working.
Then I "federated" the domain to get it to work with SSO.
I connected to my office365 subscription using windows Azure AD Powershell (connect msol). I then successfully federated the domain.
To create the settings, I used the powershell command, “Set-MsolDomainAuthentication” and added some parameters afterwards to set up the service.
Due to a typographical error on my part, I incorrectly set the “IssuerUri" “LogOffUri" “PassiveLogOnUri” incorrectly.
I went back into Azure AD powershell and attempted to correct these parameters using the "Set-MsolDomainAuthentication” command. However, they WILL NOT update to the new values! Powershell “accepts” the command, but I see no front-end change of these url’s.
Obviously, the issue is, when trying to sign into microsoft online, it redirects me to an incorrect url, so i cant "sign on" using SSO. I still have backend access via the admin credentials.
Any help is appreciated!