You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the GET /api/v1/apps to list apps requires administrator permissions. okta-aws-cli will fall back to the GET /api/v1/users/{userId}/appLinks endpoint if it can't access GET /api/v1/apps. Therefore, the cli should only access GET /api/v1/users/{userId}/appLinks to improve the user experience.
The text was updated successfully, but these errors were encountered:
Currently, the
GET /api/v1/apps
to list apps requires administrator permissions.okta-aws-cli
will fall back to theGET /api/v1/users/{userId}/appLinks
endpoint if it can't accessGET /api/v1/apps
. Therefore, the cli should only accessGET /api/v1/users/{userId}/appLinks
to improve the user experience.The text was updated successfully, but these errors were encountered: