<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authentication on MCP Toolbox for Databases</title><link>/documentation/configuration/authentication/</link><description>Recent content in Authentication on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="/documentation/configuration/authentication/index.xml" rel="self" type="application/rss+xml"/><item><title>Google Sign-In</title><link>/documentation/configuration/authentication/google/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/configuration/authentication/google/</guid><description>&lt;h2 id="getting-started">Getting Started&lt;/h2>
&lt;p>Google Sign-In manages the OAuth 2.0 flow and token lifecycle. To integrate the
Google Sign-In workflow to your web app &lt;a href="https://developers.google.com/identity/sign-in/web/sign-in">follow this guide&lt;/a>.&lt;/p>
&lt;p>After setting up the Google Sign-In workflow, you should have registered your
application and retrieved a &lt;a href="https://developers.google.com/identity/sign-in/web/sign-in#create_authorization_credentials">Client ID&lt;/a>. Configure your auth service
in with the &lt;code>Client ID&lt;/code>.&lt;/p>
&lt;h2 id="behavior">Behavior&lt;/h2>
&lt;h3 id="authorized-invocations">Authorized Invocations&lt;/h3>
&lt;p>When using &lt;a href="/documentation/configuration/tools/#authorized-invocations">Authorized Invocations&lt;/a>, a tool will be
considered authorized if it has a valid Oauth 2.0 token that matches the Client
ID.&lt;/p></description></item><item><title>Generic OIDC Auth</title><link>/documentation/configuration/authentication/generic/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/configuration/authentication/generic/</guid><description>&lt;h2 id="getting-started">Getting Started&lt;/h2>
&lt;p>The Generic Auth Service allows you to integrate with any OpenID Connect (OIDC)
compliant identity provider (IDP). It discovers the JWKS (JSON Web Key Set) URL
either through the provider&amp;rsquo;s &lt;code>/.well-known/openid-configuration&lt;/code> endpoint or
directly via the provided &lt;code>authorizationServer&lt;/code>.&lt;/p>
&lt;p>To configure this auth service, you need to provide the &lt;code>audience&lt;/code> (typically
your client ID or the intended audience for the token), the
&lt;code>authorizationServer&lt;/code> of your identity provider, and optionally a list of
&lt;code>scopesRequired&lt;/code> that must be present in the token&amp;rsquo;s claims.&lt;/p></description></item></channel></rss>