Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

thspinto/caddy-oidc

Repository files navigation

caddy-oidc

OpenID Connect plugin for Caddy Server.

This middleware providades authentication against an OIDC provider.

Features:

  • Custom Scopes
  • JWT token in cookies
  • Not before (nbf): forces reissuence of JWT before date
  • Validate claims

Caddyfile Syntax

Configuration Options

Parameter Type Default Description
cookie-domain string Optional cookie domain parameter
cookie-http-only boolean true Set cookie HTTP only flag
cookie-name string Optional cookie domain parameter
cookie-domain string Optional cookie domain parameter
issuer string OIDC issuer URL
client-id string OIDC client id
client-secret string OIDC client id
redirect-url string Authentication callback URL
scopes string Optional Requested scopes

Setup

About

OpenId Connect plugin for Caddy Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages