At this point, creating a client requires that we explicitly set the OAuth2 flow which this client adheres to. This prevents a client from using multiple authentication methods, such as "Facebook, Google, Linkedin via Implicit, Password via Owner Credentials".
It'd be nice if a single client ID can be used both for initiating an implicit/auth code flow via an IdP, or via password.
At this point, creating a client requires that we explicitly set the OAuth2 flow which this client adheres to. This prevents a client from using multiple authentication methods, such as "Facebook, Google, Linkedin via Implicit, Password via Owner Credentials".
It'd be nice if a single client ID can be used both for initiating an implicit/auth code flow via an IdP, or via password.