-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
AuthorizationCodeCredential doesn't use client secret #8004
Comments
@chlowell could you provide more information? :) |
|
+1 |
@chlowell Whats the alternative to authenticate for Confidential applications with a link to a user? |
It depends on the details of your scenario. Does your app run on a server or on client machines, and does it need to access resources owned by users? |
yes the app runs on a server, and it needs access to resources owned(own onedrive) and bound to user(group share, user is part of the group) |
That sounds like a case for the on-behalf-of flow (documented here), which azure-identity supports with OnBehalfOfCredential. |
Hi @chlowell i am also facing the same issue, but in my flow i am using AuthorizationCodeCredntial where the user logs in to the created application by giving consent, i get a auth_cde too the call back url, and i have to generate the access_token, i am able to generate the access token using msal , but not able to pass it to GraphServiceClient |
Also i feel this needs a fix, otherwise there is no sense of AuthorizationCodeCredential Flow |
Hi @chlowell, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
No description provided.
The text was updated successfully, but these errors were encountered: