feat: new openid connect authentication layer
Some checks are pending
Cadoles/bouncer/pipeline/pr-develop Build started...
Some checks are pending
Cadoles/bouncer/pipeline/pr-develop Build started...
This commit is contained in:
27
misc/bootstrap.d/dummy.yml
Normal file
27
misc/bootstrap.d/dummy.yml
Normal file
@ -0,0 +1,27 @@
|
||||
from: ["*"]
|
||||
to: http://localhost:8082
|
||||
enabled: true
|
||||
weight: 0
|
||||
recreate: true
|
||||
layers:
|
||||
my-queue:
|
||||
type: queue
|
||||
enabled: true
|
||||
weight: 100
|
||||
options:
|
||||
capacity: 100
|
||||
# oidc:
|
||||
# type: authn-oidc
|
||||
# enabled: true
|
||||
# weight: 0
|
||||
# options:
|
||||
# oidc:
|
||||
# clientId: my-client-id
|
||||
# clientSecret: my-client-id
|
||||
# issuerURL: https://forge.cadoles.com/
|
||||
# postLogoutRedirectURL: http://localhost:8080
|
||||
# scopes: ["profile", "openid", "email"]
|
||||
# authParams:
|
||||
# acr_values: "eidas2"
|
||||
# cookie:
|
||||
# maxAge: 60m
|
Reference in New Issue
Block a user