Skip to content

Add authorization_endpoint field in Dex's configuration #202

Description

@DnPlas

Context

Adding the authorization_endpoint field in the configuration will allow OIDC clients, such as oidc-gatekeeper, to automatically know the endpoint they should use for starting the Authorization Code Flow.

This is useful because by having this information available in Dex's .well-known endpoint will allow reducing the required configuration for oidc-gatekeeper, as it will automatically infer it.

What needs to get done

  1. Add "authorization_endpoint": "/dex/auth"as part of these lines

Definition of Done

The .well-known endpoint shows this information and OIDC clients can use it. To verify this we can curl -v <dex-issuer-url>/dex/.well-known/openid-configuration

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions