Replies: 1 comment 2 replies
-
The AuthenticationManager supports ACS, so if you've a clientid / secret you should be able to get an access token. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a ASP.Net web API project that talks to Project Online, and I want to move it over to a .Net 5 Web API. The only way to do that without storing user credentials somewhere, is to use the SharePoint add-in model to get an access token.
These days, there's still no Graph API methods for everything that is available in the ProjectServer.Client CSOM, so AzureAD authentication isn't possible.
Am I wrong in the above? If not, is it possible to use the authentication manager to use the client ID and secret from the add-in?
I have a different app that talked to SharePoint only and with the old SharePointPnPCoreOnline package that is an option, but would prefer not to use that package since it is retired.
Beta Was this translation helpful? Give feedback.
All reactions