Forum Discussion
Peter_Kaagman
Jun 28, 2023Brass Contributor
Graph listing appRoleAssignments
Hi there, I've ran into some problems trying to use appRoleAssignment. The app in question is a Perl Dancer2 app using an oAuth plugin. After logging in (usually by SSO) I get a session in wh...
- Jun 29, 2023Turned out I had to use the access_token instead of the id_token. Worked after I changed that. But to no prefail for my purpose. The list of appRoleAssignment was not what I was looking for anyway. Instead I had to finish up making the app_role in enterprise application => assigning a groep tot the app_role. Learned something π Thank you all.
Peter_Kaagman
Jun 29, 2023Brass Contributor
Turned out I had to use the access_token instead of the id_token. Worked after I changed that. But to no prefail for my purpose. The list of appRoleAssignment was not what I was looking for anyway. Instead I had to finish up making the app_role in enterprise application => assigning a groep tot the app_role. Learned something π Thank you all.