OIDC_PROVIDER_NOT_FOUND — OIDC provider does not exist
cyoda-go version 0.8.2
errors.OIDC_PROVIDER_NOT_FOUND
Section titled “errors.OIDC_PROVIDER_NOT_FOUND”OIDC_PROVIDER_NOT_FOUND — the OIDC provider with the given ID does not exist for this tenant.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 404 Not Found. Retryable: no.
DESCRIPTION
Section titled “DESCRIPTION”The provider UUID supplied in the path parameter does not correspond to a registered OIDC provider for the caller’s tenant. Either the provider was never registered, was deleted, or the UUID belongs to a different tenant (cross-tenant existence is not disclosed).
SEE ALSO
Section titled “SEE ALSO”- errors
- errors.OIDC_PROVIDER_DUPLICATE
- errors.OIDC_PROVIDER_INACTIVE
See also
Section titled “See also”cyoda help errors— Every error response from the Cyoda REST API carries a structurederrorCodein thepropertiesobject. Multiple codes may share the same HTTP status. Programmatic handling keys onerrorCode, not HTTP status.cyoda help errors OIDC_PROVIDER_DUPLICATE— Each tenant may register a givenwellKnownConfigUrionly once. SubmittingPOST /oauth/oidc/providerswith a URI that is already registered for the caller’s tenant returns this error.
Raw formats
Section titled “Raw formats”/help/errors/oidc_provider_not_found.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/oidc_provider_not_found.md— body only