hallowed-hydrogen-55872
02/15/2024, 11:17 PMselfservice:
flows:
registration:
after:
oidc:
hooks:
- hook: session
methods:
oidc:
config:
providers:
- id: generic
provider: generic
client_id: "<https://XXXXXXXX>"
client_secret: "blah"
issuer_url: <https://XXXXXXXXX>
mapper_url: file:///etc/config/mapper.generic.jsonnet
claims_source: id_token
enabled: true
Also, it appears that the subject of the ID token is effectively the key? Only changing the subject of the id token causes a new Identity to be created. This is actually fine. In my case, email doesn’t matter, but this ID does.