Questions tagged [django-oauth-toolkit]

40 questions
0
votes
1 answer

How to register a normal user using django oAuth toolkit

I am using the Django-Oauth-toolkit in my web app development.In that i can able to create new application using django admin panel and created the new admin users.And i can able to login that newly created admin users and able to get the token.But…
0
votes
2 answers

Django + django-oauth-toolkit: How to Register OpenIdConnect Endpoints?

How can I access OpenId Connect endpoints in a django + oauth environment? I'm trying to set up a Django (3.2.5) env with OAuth v2 + OpenId Connect using django-oauth-toolkit (1.5.0). I was able to follow the tutorials, which means that I have oauth…
jdinunzio
  • 1,506
  • 1
  • 11
  • 26
0
votes
1 answer

Seperate Resource Server(Django-oauth-toolkit) - 403 Forbidden Error(If RESOURCE_SERVER_INTROSPECTION_CREDENTIALS is used)

I run into an issue not sure if this is a bug. Any help would be appreciated. Some context: Authorization Grant Type is Resource Owner Password Credentials where the Client Type is "confidential". I used csrf_exempt decorator and…
0
votes
1 answer

DRF and Oauth2: creating resource and authorization servers

I have developed a blog like project on the django rest framework and oauth2. I am now trying to separate the resource and authentication servers as shown here: https://django-oauth-toolkit.readthedocs.io/en/latest/resource_server.html I have taken…
nyptop
  • 59
  • 1
  • 2
  • 9
0
votes
1 answer

Version conflict django-oauth-toolkit>0.12.0 and idna==3.1

Why I have a problem with updating Django from version 1.11.29 to 2.0.13. When updating the library django-oauth-toolkit to version 1.2.0 - version support Django 2.0, I receive this error: __version__ =…
Sviat
  • 33
  • 1
  • 5
0
votes
1 answer

Version conflict django-oauth-toolkit>0.12.0 and urllib3==1.25.11

Why I have a problem with updating Django from version 1.11.29 to 2.0.13. When updating the library django-oauth-toolkit to version 1.2.0 - version support Django 2.0 I receive an error: __version__ =…
Sviat
  • 33
  • 1
  • 5
0
votes
1 answer

Where does Django-oauth-toolkit store the client_id and client_secret?

When an application is created and issued a client_id and client_secret using django-oauth-tookit where does it store the client_id and client_secret? How can I manually retrieve/create them?
Tamdim
  • 972
  • 2
  • 12
  • 29
0
votes
1 answer

Django OAuth toolkit: Automatically generate a client_id and client_secret for new user?

I am using OAuth client credentials to offer my customers access to our API so they can integrate with their systems. To register an application and generate a client_id and client_secret the Django-oauth-toolkit documentation says the form…
Tamdim
  • 972
  • 2
  • 12
  • 29
0
votes
1 answer

Django oauth2 toolkit provider, grant third application access

A Django site acts as an oauth2 provider. A setup for an app tomcat_app looks like: Whenever somebody tries to login into tomcat_app a user will get redirected to Django. If the user can provide valid credentials they will get redirected to…
toni
  • 443
  • 5
  • 14
0
votes
1 answer

Migration error on Django + django-oauth-toolkit

I have an django application with version 2.2.13 and django oauth toolkit 1.0.0. In the effort to update to Django 3.0, I need to update the django-oauth-toolkit, but every version after version 1.0.0, I run into a migration problem because my…
jarussi
  • 1,491
  • 1
  • 13
  • 25
1 2
3