Authentication Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
To build a new authentication provider, you need to implement the , whose method will be called on the login page after the user has submitted their login data.
After implementing the interface you should:
Add it to .
Add it to the for the CLI.
Add it to the .
If you need to add more flags, please update the function addConfigFlags
.