Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

[WIP] feat(django): add settings and requirements for openid connect #252

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

tevariou
Copy link
Contributor

@tevariou tevariou commented Feb 5, 2021

Fixes

Fixes #246 by @simonvadee

Description

Technical details

OIDC settings example:

OIDC_RP_CLIENT_ID=some-client
OIDC_RP_CLIENT_SECRET=some-secret
OIDC_OP_AUTHORIZATION_ENDPOINT="https://staging.arkhn.com/hydra/oauth2/auth"
OIDC_OP_TOKEN_ENDPOINT="https://staging.arkhn.com/hydra/oauth2/token"
OIDC_OP_USER_ENDPOINT="https://staging.arkhn.com/hydra/userinfo"
OIDC_OP_JWKS_ENDPOINT="https://staging.arkhn.com/hydra/.well-known/jwks.json"
LOGIN_REDIRECT_URL="http://localhost:3000"
LOGOUT_REDIRECT_URL="http://localhost:3000"

Tests

@tevariou tevariou marked this pull request as draft February 5, 2021 22:51
@tevariou tevariou force-pushed the feat/openid_connect_client branch from 28186fc to 13a2123 Compare February 10, 2021 16:41
@rodesousa rodesousa changed the title feat(django): add settings and requirements for openid connect [WIP] feat(django): add settings and requirements for openid connect Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate oauth authentication with the django app
1 participant