OidcSpec
                                OidcSpec                            
                            Identity management configuration when the Identity Provider is based on oidc
JSON Example
                                    {
    "clientId": "string",
    "clientSecret": "string",
    "discoveryEndpoint": "string"
}
            
            
                                    string
                
                
            
        
        
                clientId            
                            Required
            
            
        Client identifier to connect to the provider
            
            
                                    string
                
                
            
        
        
                clientSecret            
                            Required
            
            
        The secret shared between the client and the provider
            
            
                                    string
                
                
            
        
        
                discoveryEndpoint            
                            Required
            
            
        Endpoint to retrieve the provider metadata
