Skip to content

Markdown source of the GitBook documentation website for oidc-spa

Notifications You must be signed in to change notification settings

keycloakify/docs.oidc-spa.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔩 Installation

Let's install oidc-spa in your project:

{% tabs %} {% tab title="npm" %}

npm install --save oidc-spa

{% endtab %}

{% tab title="yarn" %}

yarn add oidc-spa

{% endtab %}

{% tab title="pnpm" %}

pnpm add oidc-spa

{% endtab %}

{% tab title="bun" %}

bun add oidc-spa

{% endtab %} {% endtabs %}

Create the following file in your public directory:

{% code title="public/silent-sso.html" %}

<html>
    <body>
        <script>
            parent.postMessage(location.href, location.origin);
        </script>
    </body>
</html>

{% endcode %}

About

Markdown source of the GitBook documentation website for oidc-spa

Resources

Stars

Watchers

Forks