Skip to content

Conversation

landler
Copy link
Contributor

@landler landler commented Sep 16, 2014

This PR fixes issues when authenticating public (non-confidential) clients with the 'password' grant that don't have a client_secret.

Fixes #135

Change client_authentication_required to return False if client_type is not confidential (unless client_secret is provided).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for if-else. just return.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@landler, are you fixing this? Otherwise I will do it ;)

@lepture
Copy link
Owner

lepture commented Sep 17, 2014

merged in 6e92433

@lepture lepture closed this Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authenticate_client_id() fails when client is public and has no password
3 participants