OIDC Servers REST Endpoints

Administration/OIDC Servers
List of the OpenID Connect servers that Industries Framework will interact with. This document appears both globally and on a per-workspace basis. Global documents are stored within the on-cluster control plane to describe for example the OIDC server that Fabric is secured with itself. Per-workspace servers are stored in a single respective document per namespace.
Create an OIDC server
Method: post
Path: /admin/oidcServers
Delete an OIDC server
Method: delete
Path: /admin/oidcServers/{id}
Get all OIDC servers
Method: get
Path: /admin/oidcServers
Get an OIDC server
Method: get
Path: /admin/oidcServers/{id}
Replace an OIDC server
Method: put
Path: /admin/oidcServers/{id}
Update an OIDC server
Method: patch
Path: /admin/oidcServers/{id}