Initial commit
This commit is contained in:
commit
4be2036f3b
10 changed files with 1303 additions and 0 deletions
14
settings_template.yaml
Normal file
14
settings_template.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue