Okta API - how to return assigned applications that are set to not be shown to users -
when use okta api endpoint /users/:id/applinks returns applications not have "do not display application icon users" checked. have few hidden apps because support sp-initiated saml, clicking on icon nothing users, still want okta handle authentication.
is there way assigned applications of user, regardless of application's visibility?
you should use {{url}}/api/v1/apps?filter=user.id+eq+"{{userid}}"&expand=user/{{userid}} api endpoint, instead of applinks endpoint.
with call, list of apps user assigned to, regardless of whether visible on okta dashboards or not.
let me know if helps... or not ;-)
Comments
Post a Comment