You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We went through the samples which all use the MSAL library, connecting to the web portal or ADB2C server.
our ask is, any Api present to use in native .NET MAUI code for authentication, access and refresh token generation using the ADB2C server, without MSAL.
Relevant code snippets
No response
Expected behavior
No response
Identity provider
Azure B2C Custom Policy
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered:
rathanakumarsekar21
changed the title
[Bug] API for MSAL Authentication and Authorization
[Feature Request] API for MSAL Authentication and Authorization
Dec 24, 2024
ADB2C is standards compliant - OAuth2 and OIDC standards. Any SDK which implements these standards can be used. Or you can make your own REST calls, but then you have to handle token caching etc.
Library version used
4.66.2
.NET version
8.0.100
Scenario
PublicClient - mobile app
Is this a new or an existing app?
None
Issue description and reproduction steps
We went through the samples which all use the MSAL library, connecting to the web portal or ADB2C server.
our ask is, any Api present to use in native .NET MAUI code for authentication, access and refresh token generation using the ADB2C server, without MSAL.
Relevant code snippets
No response
Expected behavior
No response
Identity provider
Azure B2C Custom Policy
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered: