Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

acquire_token_with_authorization_code(...) supports public client #140

Closed
rayluo opened this issue May 3, 2018 · 0 comments · Fixed by #149
Closed

acquire_token_with_authorization_code(...) supports public client #140

rayluo opened this issue May 3, 2018 · 0 comments · Fixed by #149
Assignees

Comments

@rayluo
Copy link
Collaborator

rayluo commented May 3, 2018

Currently the client_secret is a required parameter, and we can not even explicitly put a None as its input. We will need to make it optional (and change internal implementation accordingly) to make this flow also work for public client.

rayluo added a commit to rayluo/data-lake-analytics-python-auth-options that referenced this issue May 3, 2018
Fix a typo in this doc.

On a side note, this case is currently not supported in ADAL Python, but we will bring this feature soon (in AzureAD/azure-activedirectory-library-for-python#140 )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants