add delete, get, list idp

This commit is contained in:
miloschwartz
2025-04-15 09:26:25 -04:00
parent aa3b527f67
commit e86640547e
7 changed files with 302 additions and 8 deletions

View File

@@ -36,9 +36,9 @@ export type CreateIdpResponse = {
registry.registerPath({
method: "put",
path: "/org/{orgId}/idp/oidc",
description: "Create an OIDC IdP for an organization.",
tags: [OpenAPITags.Org, OpenAPITags.Idp],
path: "/idp/oidc",
description: "Create an OIDC IdP.",
tags: [OpenAPITags.Idp],
request: {
body: {
content: {