Timshel/vaultwarden

Login to Browser extension using SSO

AlexShku opened this issue · 2 comments

Hello!
Could you please tell me where I can get SSO identifier?
image

I received an error when try to use my Google Client ID

<!DOCTYPE html>
<html lang=&quot;en&quot;>
<head>
    <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; />
    <meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot; />
    <meta name=&quot;robots&quot; content=&quot;noindex,nofollow&quot; />
    <link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;/vw_static/vaultwarden-favicon.png&quot;>
    <title>Page not found!</title>
    <link rel=&quot;stylesheet&quot; href=&quot;/vw_static/bootstrap.css&quot; />
    <link rel=&quot;stylesheet&quot; href=&quot;/vw_static/404.css&quot; />
</head>

<body class=&quot;bg-light&quot;>

    <nav class=&quot;navbar navbar-expand-md navbar-dark bg-dark mb-4 shadow fixed-top&quot;>
        <div class=&quot;container&quot;>
            <a class=&quot;navbar-brand&quot; href=&quot;/&quot;><img class=&quot;vaultwarden-icon&quot; src=&quot;/vw_static/vaultwarden-icon.png&quot; alt=&quot;V&quot;>aultwarden</a>
            <button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#navbarCollapse&quot;
                    aria-controls=&quot;navbarCollapse&quot; aria-expanded=&quot;false&quot; aria-label=&quot;Toggle navigation&quot;>
                <span class=&quot;navbar-toggler-icon&quot;></span>
            </button>
            <div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarCollapse&quot;>
                <ul class=&quot;navbar-nav me-auto&quot;>
            </div>
        </div>
    </nav>

    <main class=&quot;container inner content text-center&quot;>
        <h2>Page not found!</h2>
        <p class=&quot;lead&quot;>Sorry, but the page you were looking for could not be found.</p>
        <p class=&quot;display-6&quot;>
            <a href=&quot;/&quot;><img class=&quot;vw-404&quot; src=&quot;/vw_static/404.png&quot; alt=&quot;Return to the web vault?&quot;></a></p>
        <p>You can <a href=&quot;/&quot;>return to the web-vault</a>, or <a href=&quot;https://github.com/dani-garcia/vaultwarden&quot;>contact us</a>.</p>
    </main>

    <div class=&quot;container footer text-muted content&quot;>Vaultwarden (unofficial Bitwarden&amp;reg; server)</div>
</body>
</html>
" style=""> &lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta http-equiv="content-type" content="text/html; charset=UTF-8" /&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /&gt;
    &lt;meta name="robots" content="noindex,nofollow" /&gt;
    &lt;link rel="icon" type="image/png" href="/vw_static/vaultwarden-favicon.png"&gt;
    &lt;title&gt;Page not found!&lt;/title&gt;
    &lt;link rel="stylesheet" href="/vw_static/bootstrap.css" /&gt;
    &lt;link rel="stylesheet" href="/vw_static/404.css" /&gt;
&lt;/head&gt;

&lt;body class="bg-light"&gt;

    &lt;nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4 shadow fixed-top"&gt;
        &lt;div class="container"&gt;
            &lt;a class="navbar-brand" href="/"&gt;&lt;img class="vaultwarden-icon" src="/vw_static/vaultwarden-icon.png" alt="V"&gt;aultwarden&lt;/a&gt;
            &lt;button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
                    aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"&gt;
                &lt;span class="navbar-toggler-icon"&gt;&lt;/span&gt;
            &lt;/button&gt;
            &lt;div class="collapse navbar-collapse" id="navbarCollapse"&gt;
                &lt;ul class="navbar-nav me-auto"&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/nav&gt;

    &lt;main class="container inner content text-center"&gt;
        &lt;h2&gt;Page not found!&lt;/h2&gt;
        &lt;p class="lead"&gt;Sorry, but the page you were looking for could not be found.&lt;/p&gt;
        &lt;p class="display-6"&gt;
            &lt;a href="/"&gt;&lt;img class="vw-404" src="/vw_static/404.png" alt="Return to the web vault?"&gt;&lt;/a&gt;&lt;/p&gt;
        &lt;p&gt;You can &lt;a href="/"&gt;return to the web-vault&lt;/a&gt;, or &lt;a href="https://github.com/dani-garcia/vaultwarden"&gt;contact us&lt;/a&gt;.&lt;/p&gt;
    &lt;/main&gt;

    &lt;div class="container footer text-muted content"&gt;Vaultwarden (unofficial Bitwarden&amp;reg; server)&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;

Hey,
I'm unsure why you are seeing this screen since the server should return a dummy value.
But you should be able to put any value.

Hey, unless you have more trouble will close the issue for now.