Auto-generated from /home/runner/work/feature-flag/feature-flag/proto/auth/v1/management.proto
Package: stitchd.auth.v1
| Field | Type | Description |
issuer_url | string | |
client_id | string | |
client_secret | string | Plaintext on create/update; redacted (empty) on read. |
scopes | repeated string | |
| Field | Type | Description |
idp_metadata_url | string | Exactly one of the following must be set. |
idp_metadata_xml | string | |
name_id_format | string | |
sp_entity_id | string | |
A redacted provider record (secrets never returned in read responses).
| Field | Type | Description |
id | string | |
org_id | string | |
provider_type | string | “oidc” |
display_name | string | |
enabled | bool | |
created_at | string | RFC3339 |
updated_at | string | RFC3339 |
acs_url | string | ACS URL is returned on create for SAML providers. |
oidc | OidcConfig | |
saml | SamlConfig | |
| Field | Type | Description |
org_id | string | |
display_name | string | |
enabled | bool | |
oidc | OidcConfig | |
saml | SamlConfig | |
| Field | Type | Description |
provider | AuthProviderResponse | |
| Field | Type | Description |
org_id | string | |
| Field | Type | Description |
providers | repeated AuthProviderResponse | |
| Field | Type | Description |
provider_id | string | |
| Field | Type | Description |
provider | AuthProviderResponse | |
| Field | Type | Description |
provider_id | string | |
display_name | string | |
enabled | bool | |
oidc | OidcConfig | |
saml | SamlConfig | |
| Field | Type | Description |
provider | AuthProviderResponse | |
| Field | Type | Description |
provider_id | string | |
| Field | Type | Description |
provider_id | string | |
xml | string | Well-formed SAML SP EntityDescriptor XML. |