Initial commit

This commit is contained in:
phil 2025-01-02 02:14:30 +01:00
commit 4be2036f3b
10 changed files with 1303 additions and 0 deletions

14
settings_template.yaml Normal file
View file

@ -0,0 +1,14 @@
oidc:
secret_key: "use_secret_tokenUrlsafe_to_generate"
show_session_details: yes
providers:
- name: oidc_identity_provider_1
url: "https://oidc.example.com"
client_id: client_id_1
client_secret: the_client_secret_1
- name: Keycloak_local
url: "http://localhost:8787/realms/myrealm"
client_id: "oidc_local_test"
client_secret: the_client_secret_2
is_swagger: yes