Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to ignore error #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions templates/register-managed-services-rp-partner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ where:
* `{client-id}` is the application's client ID (that you retrived above).
* `{tenant-id}` is your managed tenant ID

Whoever accesses this URL needs to be an admin of managed Entra ID tenant.

It may be that you are redirected to a page saying "Sorry, but we’re having trouble signing you in. AADSTS500113: No reply address is registered for the application", **please ignore this message**.

After consenting admin access and ignoring the error stated above, you should go to _Enterprise Applications_ on the managed Entra ID tenant to double check that you have this new app there.

Now, that the app exists in each customer tenant, you need to give it permissions to be able to register the service provider in all subscriptions of those tenant.

Expand Down