Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is a protocol that allows a user to grant a third-party website or application access to the user's protected resources

Table of Contents

Workflow explanation

...

Portal Azure Example

I used the portal azure as an example: https://portal.azure.com/#home. This website uses the Microsoft Azure AD to authenticate users.

...

That’s means, once the authentication is done and everything is verified, the redirection will be done and you will be authenticated in the Azure Portal.

Website Example

The URL used for this example is https://tcogo-bgotc.azurewebsites.net/#/home. This application has an integration with Azure AD.

...

At the moment the authentication is done and everything is verified, the redirection will be done and you will be authenticated in the application.

...

API Example

The same workflow will happen when you have this Azure AD integration with your API.

This is an example and we can find the code here

...

Configuration with Azure

For this API, you can find the documentation on how to do the configuration with Azure here