astonishing-family-88751
01/16/2024, 7:51 PMwitty-holiday-65473
01/17/2024, 12:02 PMsession.whoami.tokenizer.templates
key of the kratos.yml
configuration to tokenize
your kratos cookie. Also, oathkeeper
has a configuration for defining mutators
which (as their name implies) mutate the session token to various alternate forms (i.e., jwt). Links below should assist a little bit.
https://www.ory.sh/docs/identities/session-to-jwt-cors
https://www.ory.sh/docs/oathkeeper/pipeline/mutatorastonishing-family-88751
01/17/2024, 12:07 PMwitty-holiday-65473
01/17/2024, 12:12 PMsession.whoami.tokenizer.templates
you will likely chase your tail for a few hours trying to figure out why kratos refuses to accept what appears to be perfectly valid configuration. The secret lies in bash ./script/render-schemas.sh
doing this will update your local .schemastore/config.schema.json
to a more recent version of the configuration schema which supports session.whoami.tokenizer.template
. While the code supports processing that key, for some reason, the master version of kratos' config schema validation does not.astonishing-family-88751
01/17/2024, 1:26 PM