Mobile and desktop apps Expand table Console/Daemon apps Expand table SampleDescription dotnetcore-b2c-account-managementA .NET Core console application calling Microsoft Graph with its own identity to manage users in a B2C directory. Authentication is done with Azure AD B2C by using MSAL.NET. This...
Mobile and desktop appsExpand table SampleDescription ios-swift-native-msal An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0 android-native-msal A simple Android app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, ...
The B2C identity management system supports authentication with a number of social account providers such as Google, Facebook, Twitter, and Amazon. If you plan to support such account types in your app, it is recommended that you configure your MSAL public client application to use either theDEF...
First, we created a new app registration in their AAD B2C tenant. Please referAAD B2C App Registrationfor further details. We added a basic redirect URI to their app registration. Note: The redirect URI should be in the one of the following format: Native mobile:<app_scheme>://<host>/<...
使用Azure AD B2C 在示例 iOS Swift 应用中配置身份验证 使用Azure AD B2C 在你自己的 iOS Swift 应用中启用身份验证 使用自定义域 通过使用自定义域,可以完全标记身份验证 URL。 从用户的角度来看,用户在身份验证过程中仍留在你的域中,而不是重定向到 Azure AD B2C b2clogin.com 域名。
App Configuration App Service Application Gateway Application Gateway for Containers Application Insights Authorization Automation AVS Azure AD B2C Azure Attestation Azure AI Services Azure Arc site manager Azure Arc enabled SCVMM Azure Arc enabled VMware Azure Compute Fleet Azure confidential ledger Azure Con...
Azure中的相对性新特性是能够在Azure存储中托管静态网站。如果您只需要廉价且配置很少地托管一个简单的...
com.domain.app://oauth/auth to Mobile and desktop applications -> Redirect URIs in Azure Portal? Yes, I do have msauth://com.domain.app/SIGNATURE_HASH as redirect_url in Azure In AndroidManifest.xml I have <intent-filter android:autoVerify="true"> <action android:name="android.intent.acti...
app or a mobile client etc. This guide shows how to acquire the access token in a .NET desktop application and use it to call a web api:https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-devquickstarts-native-dotnetAndthis one shows the same, but calling ...
This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. - Azure-Samples/active-directory-b2c-xamarin-native