Skip to content

Help with OIDC Authentik configuration #1663

Closed Answered by Loigzorn
Loigzorn asked this question in Q&A
Discussion options

You must be logged in to vote

Hello together,

Well for what it's worth, I have a working setup now.

Let me write down the working config, so it might help someone else:

The oidc_providers of config.json for Semaphore:

"oidc_providers": {
            "authentik": {
                "display_name": "Sign in with SSO",
                "provider_url": "https://auth.authentik.com/application/o/semaphore/",
                "client_id": "<<Client_ID>>",
                "client_secret": "<<Client_Secret>>",
                "redirect_url": "https://semaphore.example.com/api/auth/oidc/authentik/redirect/",
                "scopes": ["email", "openid", "profile"],
                "username_claim": "preferred_username",
          …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Loigzorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant