Skip to content
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

Implement UserInfo along oauthlib #4

Open
wants to merge 40 commits into
base: openid-connect
Choose a base branch
from

Conversation

kaeruko
Copy link

@kaeruko kaeruko commented Oct 22, 2019

I implemented userinfo with d-o-t along with userinfo implementation in oauthlib

  • make UserInfoView return create_userinfo_response

get_userinfo_claims returns empty array because it returns each claim you like depending on the project

wiliamsouza and others added 30 commits July 12, 2019 20:34
…n_required to be 400 as changed in oauthlib/pull/623
@wiliamsouza wiliamsouza force-pushed the openid-connect branch 3 times, most recently from 2e013c3 to df1a154 Compare March 2, 2020 03:30
Copy link
Collaborator

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

can you please fix conflicts?

@auvipy auvipy self-assigned this Jul 28, 2020
@@ -27,5 +27,11 @@
name="authorized-token-delete"),
]

oidc_urlpatterns = [
url(r"^\.well-known/openid-configuration/$", views.ConnectDiscoveryInfoView.as_view(), name="oidc-connect-discovery-info"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

url is deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants