AzMoo / django-okta-auth

Django Okta Auth is a library that acts as a client for the Okta OpenID Connect provider.
MIT License
30 stars 23 forks source link

okta_oauth2/login.html Template does not exist #11

Closed cquinn930 closed 3 years ago

cquinn930 commented 3 years ago

Hello,

I have installed via pip3, added my OKTA site settings and now just want to get the site to come up. Do I add a url for okta_oath2/login.html to the root urls or should I be going into lib64/python3.6/site-packages/okta_oauth2/urls.py and adding something there? Can you give an example of where in the configs this belongs?

Thank You

cquinn930 commented 3 years ago

OK, I think I may have that part down. Apologies, I am converting a site originally created with "okta-django-samples" and now the links are just different. Hopefully I get this converted soon