<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
SWA Apps on Okta Dashboard that Are Not Created or Assigned by Admins
Single Sign-On
Okta Classic Engine
Okta Identity Engine
Administration
Overview

This article discusses why some end users have Secure Web Authentication (SWA) app(s) that are not created or assigned by admins on their Okta dashboard.

Applies To
  • Self-service personal apps
  • Okta Browser plugin
  • On the Fly app
Solution

Users may add the SWA apps as Self-service personal apps (by going to End user dashboard > Add apps > search for the app name) and/or add the apps from the Okta Browser plugin  (On the Fly app).

The following query can be used to find out how many users have added on-the-fly apps:

eventType eq "application.user_membership.add" and debugContext.debugData.requestUri eq "/enduser/api/v1/catalog/personal-apps"

This can be verified by checking the RequestUri of the events:

  • On the Fly app:

RequestUri  /api/plugin/2/create-on-the-fly-app-instance

plugin add app  

  • Self-service Personal app:

RequestUri  /api/internal/enduser/catalog/personal-apps

Self-service Personal app 

Loading
SWA Apps on Okta Dashboard that Are Not Created or Assigned by Admins