KNOWLEDGEBASE

Single Sign On Buttons

Sections in this Article

The <mediaos-sso> component enables single sign-on (SSO) functionality using Google, LinkedIn, or Microsoft accounts. When properly configured, the corresponding login buttons will appear automatically. This component helps streamline the login process for users by offering trusted third-party sign-in options.

What You Need #

Prop Name Type Default Description
columns String null Controls the layout of SSO buttons. Accepts a number:
1 – buttons stack vertically (single column)
2 – buttons display in two columns
3 – buttons display side by side in three columns
If not set, a default layout will be used based on available space.

You can optionally use individual sign-in buttons instead of the full <mediaos-sso> component. This is useful if you only want to offer one or two SSO options, or if you need to place the buttons in custom layouts.

Available Components #

Available components include:

<mediaos-google-sso>

<mediaos-linkedin-sso>

<mediaos-microsoft-sso>

Skip to content