oidc-fastapi-test/settings_template.yaml
2025-01-02 02:14:30 +01:00

14 lines
420 B
YAML

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