astonishing-family-88751
11/19/2022, 7:31 PMoauth2_provider.url
configuration value to set the Hydra admin API address.
I can log in at the target service (Mastodon in my case) and after about 6-7 hours of reading PRs and commits that already feels like a huge success to me.
Now I am stuck trying to forward my identity's claims to Mastodon. Basically I want claims.email
and claims.username
to be included in the OIDC ID token issued by Hydra. How do I achieve that?astonishing-family-88751
11/19/2022, 8:25 PM{
"email": {
"type": "string",
"format": "email",
"<http://ory.sh/kratos|ory.sh/kratos>": {},
"<http://ory.sh/hydra|ory.sh/hydra>": {
"id_token": {
"scope": "email",
"path": "email"
}
}
}
}
astonishing-family-88751
11/20/2022, 6:24 PM