Events2Join

App sign|in flow with the Microsoft identity platform


App sign-in flow with the Microsoft identity platform

Web app sign-in flow · The Microsoft identity platform sends a token to the web app. · A cookie is saved, associated with a Microsoft Entra ...

Microsoft identity platform app types and authentication flows

Scenarios and supported authentication flows. You use authentication flows to implement the application scenarios that are requesting tokens.

Single-page app sign-in & sign-out - Microsoft identity platform

If your application has access to an authenticated user context or ID token, you can skip the sign in step, and directly acquire tokens. For ...

Configure a web app that signs in users - Microsoft identity platform

The initialization code differences are platform dependent. For ASP.NET Core and ASP.NET, signing in users is delegated to the OpenID Connect ...

Microsoft identity platform and OAuth 2.0 authorization code flow

Apps using the OAuth 2.0 authorization code flow acquire an access_token to include in requests to resources protected by the Microsoft identity ...

Microsoft identity platform and OAuth2.0 On-Behalf-Of flow

Assume that the user authenticated an application using the OAuth 2.0 authorization code grant flow or another sign-in flow. At this point, the ...

OAuth 2.0 client credentials flow on the Microsoft identity platform

In the client credentials flow, permissions are granted directly to the application itself by an administrator. When the app presents a token to ...

Quickstart: Register an app in the Microsoft identity platform

Configure platform settings · In the Microsoft Entra admin center, in App registrations, select your application. · Under Manage, select ...

Application Authentication in the Microsoft Identity platform | CON059

The Microsoft Identity platform enables developers to build different types of applications to satisfy diverse business requirements.

Web application documentation - Microsoft identity platform

Learn how to sign in users and access web APIs in server-based web apps with our quickstarts, tutorials, and in-depth how-to guides.

Microsoft identity platform overview - Microsoft Learn

The Microsoft identity platform is a cloud identity service that allows you to build applications your users and customers can sign in to using their Microsoft ...

Application types for the Microsoft identity platform

You must register each app that uses the Microsoft identity platform in the Microsoft Entra admin center App registrations.

Application model - Microsoft identity platform

After the app is registered, it's given a unique identifier that it shares with the Microsoft identity platform when it requests tokens. If the ...

Register mobile apps that call web APIs - Microsoft identity platform

If you have a Universal Windows Platform (UWP) app, you can use integrated Windows authentication (IWA) to sign in users. To use IWA or username-password ...

Microsoft identity platform and OAuth 2.0 implicit grant flow

This id_token + code response is sometimes called the hybrid flow. redirect_uri, recommended, The redirect URI of your app, where authentication ...

Authentication flow support in MSAL - Microsoft Learn

The OAuth 2.0 implicit grant flow allows the app to get access tokens from the Microsoft identity platform without performing a back-end server ...

Register an application with the Microsoft identity platform

Registering your application establishes a trust relationship between your app and the Microsoft identity platform.

Authenticating users in .NET apps with MSAL.NET - GitHub Pages

Interactive authentication flow · The application redirects the user to the Azure AD sign-in portal, and the user acquires a token interactively from Azure AD.

Signing in users with Microsoft - Identity Platform - Google Cloud

Go to the Identity Providers page in the Google Cloud console. · Click Add A Provider. · Select Microsoft from the list. · Enter your Microsoft App ID and App ...

OpenID Connect (OIDC) on the Microsoft identity platform

You can use OIDC to enable single sign-on (SSO) between your OAuth-enabled applications by using a security token called an ID token.