<?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-us</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"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;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"&gt;follow this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;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"&gt;Client ID&lt;/a&gt;. Configure your auth service
in with the &lt;code&gt;Client ID&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="behavior"&gt;Behavior&lt;/h2&gt;
&lt;h3 id="authorized-invocations"&gt;Authorized Invocations&lt;/h3&gt;
&lt;p&gt;When using &lt;a href="/documentation/configuration/tools/#authorized-invocations"&gt;Authorized Invocations&lt;/a&gt;, a tool will be
considered authorized if it has a valid Oauth 2.0 token that matches the Client
ID.&lt;/p&gt;</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"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;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&gt;/.well-known/openid-configuration&lt;/code&gt; endpoint or
directly via the provided &lt;code&gt;authorizationServer&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To configure this auth service, you need to provide the &lt;code&gt;audience&lt;/code&gt; (typically
your client ID or the intended audience for the token), the
&lt;code&gt;authorizationServer&lt;/code&gt; of your identity provider, and optionally a list of
&lt;code&gt;scopesRequired&lt;/code&gt; that must be present in the token&amp;rsquo;s claims.&lt;/p&gt;</description></item></channel></rss>