I'm working with Azure AD and need to know the correct URI to use for a token identifier. I'm not sure what specific URI I should provide for this purpose.
5
answers
Giuseppe
Sun Mar 02 2025
Previously, developers had to manually specify a URI or GUID for this purpose.
HanRiverVisionaryWaveWatcher
Sun Mar 02 2025
However, Azure AD has recently introduced a new feature that automatically assigns `api://` as the default identifier.
BlockchainLegend
Sun Mar 02 2025
While this may seem convenient, it poses a significant problem. The `api://` identifier cannot be used as the allowed token audience.
KDramaLegend
Sun Mar 02 2025
This is because `api://` is not a valid URI, and as such, it does not meet the requirements for a secure token audience.
SumoHonor
Sun Mar 02 2025
When registering an application in Azure AD, it is crucial to provide a proper application identifier.