v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
SSO

Updates Single Sign On Authentication Settings with the given values.

patch/accounts/self/ssoAuthSettings

Request body

OR
OR
OR
OR
OR
OR

Example request

{
  "config": {
    "endpoints": {
      "authorization": "https://accounts.google.com/o/oauth2/v2/auth",
      "token": "https://oauth2.googleapis.com/token",
      "userInfo": "https://openidconnect.googleapis.com/v1/userinfo",
      "jwks": "https://www.googleapis.com/oauth2/v3/certs"
    },
    "issuer": {
      "url": "https://accounts.google.com"
    }
  }
}

Response

IDP Updated