I have a cognito userpool with a custom attribute. Attribute is mutable and the type is Boolean. But it is missing from the ID token
I tried following things
- In App client explicitly made the attribute readable / writable
- Unticked all the attributes to make them all readable / writable
- Enabled OAuth scopes - Profile
None of them worked. How do I add custom attributes to the ID token?