Hello @Irvanda,
Thank you for posting your query on Microsoft Q&A.
Based on your description, it appears you are attempting to federate your custom domain with Google IDP. However, when running the Set-MsolDomainAuthentication
command, you are encountering the error message:
"Set-MsolDomainAuthentication: Unable to complete this action. Try again later."
This error often occurs when the IssuerUri
value is not unique. To resolve this issue, it is recommended to use a unique IssuerUri
. You can refer to the following Stack Overflow thread, where a similar issue was resolved by ensuring the IssuerUri
was unique: https://stackoverflow.com/questions/57397743/o365-federation-setup-set-msoldomainauthentication-unable-to-complete-actio
To confirm if the IssuerUri
is unique, try adding a small modification to the end of the URI in the URL.
If the IssuerUri
is confirmed to be unique and the issue persists, I recommend using Microsoft Graph PowerShell commands instead of the MSOL PowerShell command, as the latter is scheduled for deprecation between January 20, 2025, and March 30, 2025.
For more details about this deprecation, refer to this blog post:
You can find documentation for the Microsoft Graph command here:
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Thanks,
Raja Pothuraju.