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 AzureActiveDirectoryRegistration.xml openIdIssuer example URL #2413

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ClassyCircuit
Copy link

Using the incorrect token issuer URL: https://login.microsoftonline.com/v2.0/{tenant-guid}/ results in error: 500 Unable to download OpenID Connect Configuration.
The URL parameters should be switched around, like this: https://login.microsoftonline.com/{tenant-guid}/v2.0 then the API call works.

login.microsoftonline.com issuer url was incorrect
Copy link

Learn Build status updates of commit 873ba47:

💡 Validation status: suggestions

File Status Preview URL Details
xml/Microsoft.Azure.Management.WebSites.Models/AzureActiveDirectoryRegistration.xml 💡Suggestion View (azure-dotnet-legacy || azure-dotnet || azure-dotnet-preview) Details

xml/Microsoft.Azure.Management.WebSites.Models/AzureActiveDirectoryRegistration.xml

  • Line 0, Column 0: [Suggestion: link-broken - See documentation] Link 'https://login.microsoftonline.com/{tenant-guid}/v2.0' points to a page that doesn't exist. Check the path or URL and update the link.
  • Line 0, Column 0: [Suggestion: link-broken - See documentation] Link 'https://login.microsoftonline.com/{tenant-guid}/v2.0' points to a page that doesn't exist. Check the path or URL and update the link.

For more details, please refer to the build report.

Note: Links can become broken if there are changes on the target sites. If you think the validation result is a false alarm, please use SiteHelp with option 'Content authoring and publishing -> False alarm on broken link validation' to report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant