Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Example Python Django with external OIDC Provider for a Wep application

This repository provides a Django example for ZITADEL using OpenID connect (OIDC) authentication instead of the internal authentication mechanism.
This example is provided as companion to our [guide](https://zitadel.com/docs/examples/login/django),
This example is provided as companion to our [guide](https://zitadel.com/docs/examples/login/python-django),
which should produce this application when followed.

## Base
Expand Down Expand Up @@ -71,4 +71,4 @@ python manage.py runserver
Visit [http://localhost:8000/](http://localhost:8000/), where you see all available endpoints.

You can create Questions and the availabe Choices, where users can vote on.
After you can go to [http://localhost:8000/polls/](http://localhost:8000/polls/) and vote on different Questions.
After you can go to [http://localhost:8000/polls/](http://localhost:8000/polls/) and vote on different Questions.