Hi, i’m able to login from a Wisej.NET application to Azure and SharePoint Online using the PnP.Core AuthenticationProviders like the X509CertificateAuthenticationProvider.
I need to implement the user interactive logon for Wisej.NET where the user got the login dialog used by Azure/SharePoint
I’ve followed the sample WisejWebPageApplicationOpenID but i think that sample is based on MSAL 1.0 and not works with MSAL 2.0
Any Help?
Ciao Gabriele,
Can you give this sample a try? It uses OAuth2.0 / Microsoft EntraID. Make sure to update the TenantID, ClientID, and Client Secret in the Secrets.json file.
Best,
Levie
AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.