You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I would share this problem, because it took me quite some time to figure this out.
I tried to add some claims to the id_token, but for some reason those attributes did not end up in the id_token (resolving, filtering, etc) was all fine.
I thought I would share this problem, because it took me quite some time to figure this out.
I tried to add some claims to the id_token, but for some reason those attributes did not end up in the id_token (resolving, filtering, etc) was all fine.
relying-party.xml looked like:
The logs:
When I put the
terms-of-use
interceptor beforeattribute-release
it worked:and all the attributes with
placeToIDToken="true"
were present in the id_token.This is probably due to the fact that both the
attribute-release
andterms-of-use
interceptor are using the same ConsentContext.The text was updated successfully, but these errors were encountered: