> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Saml Login



## OpenAPI

````yaml https://api.galileo.ai/public/v2/openapi.json get /v2/saml/login
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.galileo.ai
    description: Galileo Public APIs - galileo-v2
security: []
paths:
  /v2/saml/login:
    get:
      tags:
        - auth
      summary: Saml Login
      operationId: saml_login_v2_saml_login_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````