Skip to content

Installation

Ivan Josipovic edited this page Mar 2, 2024 · 4 revisions

Identity Provider Configuration for Cookie Auth

  • Register an application with the following settings:
    • Reply Url: https://{hostname}/signin-oidc
    • Scopes: openid profile
    • Grant Type: Authorization Code
  • Note down the ClientID and ClientSecret as they will be needed in the Helm Chart

Configure Helm Values

Download the default Helm Values

curl https://raw.githubusercontent.com/IvanJosipovic/OIDC-Guard/main/charts/oidc-guard/values.yaml --output values.yaml

Modify the settings to fit your needs

Install Helm Chart

helm repo add oidc-guard https://ivanjosipovic.github.io/OIDC-Guard

helm repo update

helm install oidc-guard oidc-guard/oidc-guard --create-namespace --namespace oidc-guard -f values.yaml
Clone this wiki locally