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

[Feature Request] API for MSAL Authentication and Authorization #5028

Open
rathanakumarsekar21 opened this issue Dec 24, 2024 · 1 comment
Open

Comments

@rathanakumarsekar21
Copy link

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

@rathanakumarsekar21 rathanakumarsekar21 added needs attention Delete label after triage untriaged Do not delete. Needed for Automation labels Dec 24, 2024
@rathanakumarsekar21 rathanakumarsekar21 changed the title [Bug] API for MSAL Authentication and Authorization [Feature Request] API for MSAL Authentication and Authorization Dec 24, 2024
@bgavrilMS
Copy link
Member

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.

@bgavrilMS bgavrilMS added question answered and removed untriaged Do not delete. Needed for Automation needs attention Delete label after triage labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants