Forum Discussion

Peter_Kaagman's avatar
Peter_Kaagman
Brass Contributor
Jun 28, 2023
Solved

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...
  • Peter_Kaagman's avatar
    Jun 29, 2023
    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.