@@ -322,16 +322,15 @@ type Ldap struct {
322
322
}
323
323
324
324
type OIDCProviderConfig struct {
325
- // Unique label that identifies this configuration. This label is visible to your Ops Manager users and is used when
326
- // creating users and roles for authorization. It is case-sensitive and can only contain the following characters:
325
+ // Unique label that identifies this configuration. It is case-sensitive and can only contain the following characters:
327
326
// - alphanumeric characters (combination of a to z and 0 to 9)
328
327
// - hyphens (-)
329
328
// - underscores (_)
330
329
// +kubebuilder:validation:Pattern="^[a-zA-Z0-9-_]+$"
331
330
// +kubebuilder:validation:Required
332
331
ConfigurationName string `json:"configurationName"`
333
332
334
- // Issuer value provided by your registered IdP application. Using this URI, MongoDB finds an OpenID Provider
333
+ // Issuer value provided by your registered IdP application. Using this URI, MongoDB finds an OpenID Connect Provider
335
334
// Configuration Document, which should be available in the /.wellknown/open-id-configuration endpoint.
336
335
// For MongoDB 7.0, 7.3, and 8.0+, the combination of issuerURI and audience must be unique across OIDC provider configurations.
337
336
// For other MongoDB versions, the issuerURI itself must be unique.
@@ -361,8 +360,8 @@ type OIDCProviderConfig struct {
361
360
// +kubebuilder:validation:Optional
362
361
GroupsClaim * string `json:"groupsClaim"`
363
362
364
- // Configure single-sign-on for human user access to Ops Manager deployments with Workforce Identity Federation.
365
- // For programmatic, application access to Ops Manager deployments use Workload Identity Federation.
363
+ // Configure single-sign-on for human user access to deployments with Workforce Identity Federation.
364
+ // For programmatic, application access to deployments use Workload Identity Federation.
366
365
// Only one Workforce Identity Federation IdP can be configured per MongoDB resource
367
366
// +kubebuilder:validation:Required
368
367
AuthorizationMethod OIDCAuthorizationMethod `json:"authorizationMethod"`
0 commit comments