mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
doc: added oidc auth api reference
This commit is contained in:
4
docs/api-reference/endpoints/oidc-auth/attach.mdx
Normal file
4
docs/api-reference/endpoints/oidc-auth/attach.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Attach"
|
||||
openapi: "POST /api/v1/auth/oidc-auth/identities/{identityId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/oidc-auth/login.mdx
Normal file
4
docs/api-reference/endpoints/oidc-auth/login.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Login"
|
||||
openapi: "POST /api/v1/auth/oidc-auth/login"
|
||||
---
|
||||
4
docs/api-reference/endpoints/oidc-auth/retrieve.mdx
Normal file
4
docs/api-reference/endpoints/oidc-auth/retrieve.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v1/auth/oidc-auth/identities/{identityId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/oidc-auth/revoke.mdx
Normal file
4
docs/api-reference/endpoints/oidc-auth/revoke.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Revoke"
|
||||
openapi: "DELETE /api/v1/auth/oidc-auth/identities/{identityId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/oidc-auth/update.mdx
Normal file
4
docs/api-reference/endpoints/oidc-auth/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/auth/oidc-auth/identities/{identityId}"
|
||||
---
|
||||
Reference in New Issue
Block a user