Hi. I have setup an OIDC Identity provider to an Azure AD instance.
Login is working fine for me, but I am looking into ways to add more info the JWT token.
Specifically I would like to obtain some AD groups for the logged in user and add them to the token. For example, calling the List memberOf API from a lambda?
Has anyone done this sort of thing before with FusionAuth?
Thanks,
Matt