Authio Lobby
Embedded widgets
Drop-in IT-admin surfaces for your customer's admins. Part of Authio Lobby.
Part of Authio Lobby
The @authio/widgets package ships drop-in React components that your customers’ IT admins use to self-serve their SAML / OIDC SSO connections and SCIM directory sync — inside your product, not on a redirect.
Widgets are part of Lobby because they are the embeddable Lobby pieces. The same kind: "widget" JWT contract that gates the widget data plane is one of the three Authio JWT kinds that the Lobby session helpers refuse on every other surface.
Available widgets
- SSO Connection widget — your customer’s IT admin configures their SAML or OIDC IdP from inside your product.
- Directory Sync widget — SCIM 2.0 directory configuration UI; copy-paste the tenant URL + bearer token into Okta / Entra / Google Workspace.
How to integrate
- Widgets overview — install, mint a widget JWT from your BFF, render the component.
- Widget tokens — the per-org JWT contract.
- Security model — why widgets are safe to embed.
SDK package
npm install @authio/widgets. The package README is at github.com/Authio-com/authio_widgets.
