Hello @Robert Araya , thank you for reaching out. The Application ID URI field is used to uniquely identify the scopes of your custom api and hence that entry has to be globally unique. You can either use the default value provided, which is in the form api://<application-client-id>
, or specify a more readable URI like https://contoso.com/api
.
If you have copied the App ID URI from some other App Registration, make sure it doesn't have any App ID mentioned in it as explained earlier. If the App ID URI name is unique in your tenant, surely that would work. But to keep things clean and green, I would always recommend going ahead with a fresh setup for the app registration, if that is a possibility on your end.
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as an Answer; if the above response helped in answering your query.