Skip to content

OIDC using Authentik #2017

Answered by fiftin
goug76 asked this question in Q&A
May 12, 2024 · 4 comments · 9 replies
Discussion options

You must be logged in to vote

Hi @goug76 you are took GitHub example. It is not suitable for Authentik. I experimented with it and this is my config:

  "authentik": {
   "display_name": "Authentik",
   "provider_url": "http://localhost:9000/application/o/test/",
   "client_id": "***",
   "client_secret": "***",
   "redirect_url": "http://localhost:8081/api/auth/oidc/authentik/redirect/",
   "scopes": ["openid", "profile", "email"],
   "username_claim": "preferred_username",
   "name_claim": "preferred_username"
  }

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@fiftin
Comment options

Comment options

You must be logged in to vote
2 replies
@fiftin
Comment options

@goug76
Comment options

Answer selected by fiftin
Comment options

You must be logged in to vote
1 reply
@goug76
Comment options

Comment options

You must be logged in to vote
5 replies
@fiftin
Comment options

@goug76
Comment options

@goug76
Comment options

@goug76
Comment options

@goug76
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants