fast-eve-41839
12/12/2023, 1:42 PMselfservice:
flows:
registration:
after:
code:
hooks: []
hooks:
- config:
auth:
config:
password: <secret>
user: <secret>
type: basic_auth
body: <https://storage.googleapis.com/>....
can_interrupt: false
method: POST
response:
ignore: false
parse: true
url: https://<my url>
hook: web_hook
oidc:
hooks:
- hook: session
password:
hooks:
- hook: session
webauthn:
hooks:
- hook: session
before:
hooks: []
enabled: true
lifespan: 30m0s
login_hints: false
ui_url: /ui/registration
fast-eve-41839
12/12/2023, 2:13 PM00000000-0000-0000-0000-000000000000
in the after hook
. Is this expected? This is problematic since that is something that we persist to reference the user. I’ve also tried passing back id: "<A UUID>"
which it seems to ignore. It cares about other fields that I’m setting such as fields in metadata_public
.careful-rain-13694
12/12/2023, 2:16 PMparse
to false
here (see related discussion: https://ory-community.slack.com/archives/C012RJ2MQ1H/p1701447292129379?thread_ts=1701444694.746659&cid=C012RJ2MQ1H)fast-eve-41839
12/12/2023, 2:18 PMmetadata_public
. If I set parse to false the metadata_public won’t be updatedcareful-rain-13694
12/12/2023, 2:18 PMcareful-rain-13694
12/12/2023, 2:19 PM