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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -