Replies: 1 comment
-
Based on my experience, only certificate authentication is supported on ACS endpoints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have spent the last few days trying to get our application (the sharepoint part) upgraded to modern authentication. And I failed...
I have tried so many things without any luck so far.
We used to use just username and password. But now we want to go through by authenticating a registered application from AD. This is a multi-tenant application and only uses Application Permissions. I have added Sites.Read.All to these permissions and had one tenant give consent to this. We are also using this application to access MS Graph and that is no problem at all.
I have tried this by using the AuthenticationManager and also by using the IContextFactory /PnpCoreAuthentication. We do not use certificates for authentication, just ClientId and ClientSecret. The sample for Multi Tenant uses an interactive login, which I cannot use. Any help/hints with this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions