Files
opencloud/vendor/github.com/libregraph/lico/Caddyfile.example
dependabot[bot] 114b519416 chore(deps): bump github.com/libregraph/lico from 0.62.0 to 0.64.0
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.62.0 to 0.64.0.
- [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libregraph/lico/compare/v0.62.0...v0.64.0)

---
updated-dependencies:
- dependency-name: github.com/libregraph/lico
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 09:32:18 +02:00

39 lines
727 B
Caddyfile

# Example Caddyfile to use with https://caddyserver.com
#
# This assumes Konnect is running with identifier on 127.0.0.1:8777.
*:8443 {
errors stderr
log stdout
tls self_signed
# konnect oidc
proxy /.well-known/openid-configuration 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/jwks.json 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/token 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/userinfo 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/static 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/session 127.0.0.1:8777 {
transparent
}
proxy /konnect/v1/register 127.0.0.1:8777 {
transparent
}
# konnect identifier login area
proxy /signin/ 127.0.0.1:8777 {
transparent
}
}