faint-helmet-53309
07/31/2024, 4:18 PMcookie_session:
enabled: true
config:
check_session_url: "{{ orgman_deploy_kratos_api_addr }}/sessions/whoami"
preserve_path: true
extra_from: "@this"
subject_from: "identity.id"
only:
- ory_kratos_session
Do I simply also configure the bearer_token
authenticator with:
bearer_token:
enabled: true
config:
check_session_url: "{{ orgman_deploy_kratos_api_addr }}/sessions/whoami"
preserve_path: true
extra_from: "@this"
subject_from: "identity.id"
token_from:
header: X-Session-Token
and set the token in the HTTP headers?red-machine-69654
07/31/2024, 4:34 PM