feat(auth): add OIDC provider endpoints #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In #18 we introduce the OpenID Connect (OIDC) provider table. Currently this is not exposed through the API, hence, cannot be updated without direct access to the database.
By providing the Create/Read/Update/Delete (CRUD) endpoints for the OIDC providers, we move towards enabling administrative actions down the line.