Skip to content

Commit

Permalink
Remove boxy API from the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 committed Jan 29, 2024
1 parent 11683b7 commit 638bfd6
Showing 1 changed file with 0 additions and 99 deletions.
99 changes: 0 additions & 99 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1673,72 +1673,6 @@ paths:
type: string
enum:
- Unauthorised access
/dashboard/api/tenants/third-party/boxy-saml/clients-with-saml-metadata:
put:
tags:
- Multitenancy
summary: Create or update client of Boxy SAML provider using SAML XML.
parameters:
- name: authorization
in: header
required: true
schema:
type: string
example: "Bearer API_KEY"
requestBody:
description: Learn more about the options and how it works [here](https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/saml/with-boxyhq/integration-steps).
content:
application/json:
schema:
oneOf:
- allOf:
- $ref: "#/components/schemas/boxySAMLBaseConfig"
- type: object
properties:
base64EncodedSAMLMetadata:
type: string
description: Base64 encoded XML metadata file. Not required if metadataURL is provided.
required:
- base64EncodedSAMLMetadata
- allOf:
- $ref: "#/components/schemas/boxySAMLBaseConfig"
- type: object
properties:
SAMLMetadataURL:
type: string
description: URL of the XML metadata file. Not required if encodedRawMetadata is provided.
required:
- SAMLMetadataURL
responses:
200:
description: Success
content:
application/json:
schema:
oneOf:
- type: object
properties:
status:
type: string
default: "OK"
createdNew:
type: boolean
default: true
- type: object
properties:
status:
type: string
default: "INVALID_CONFIG"
reason:
type: string
401:
description: Unauthorised access
content:
text/plain:
schema:
type: string
enum:
- Unauthorised access
/dashboard/api/multitenancy/core-config/list:
get:
tags:
Expand Down Expand Up @@ -2547,39 +2481,6 @@ components:
- clientId
required:
- thirdPartyId
boxySAMLBaseConfig:
type: object
properties:
thirdPartyIdSuffix:
type: string
description: Optional suffix for the thirdPartyId
boxyURL:
type: string
description: Base URL of the SAML Jackson server
boxyAPIKey:
type: string
description: API key of the SAML Jackson server
redirectURI:
type: string
description: The URL to redirect to after completing the login flow
tenantId:
type: string
product:
type: string
name:
type: string
description:
type: string
clientType:
type: string
required:
- boxyURL
- boxyAPIKey
- tenantId
- product
- name
- description
- redirectURI
coreConfigType:
type: object
properties:
Expand Down

0 comments on commit 638bfd6

Please sign in to comment.