Currently, we're using the id_token to pass information from Gluu Server and Gluu Radius. This involves turning on some legacy features. An easier path would be to simply turn on adding jwt claims to the access token and switching to using access_token.
Currently, we're using the
id_tokento pass information from Gluu Server and Gluu Radius. This involves turning on some legacy features. An easier path would be to simply turn on adding jwt claims to the access token and switching to usingaccess_token.