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: postPath:
/admin/oidcServers
- Delete an OIDC server
- Method: deletePath:
/admin/oidcServers/{id}
- Get all OIDC servers
- Method: getPath:
/admin/oidcServers
- Get an OIDC server
- Method: getPath:
/admin/oidcServers/{id}
- Replace an OIDC server
- Method: putPath:
/admin/oidcServers/{id}
- Update an OIDC server
- Method: patchPath:
/admin/oidcServers/{id}