For example, I want to extend registration with Captcha check, how do I replace the standard register endpoint with my custom one?
Or another flow, when registration/login works only with third party identity provider (MSFT, Google)
And the outcome is a bearer token.
For example, I want to extend registration with Captcha check, how do I replace the standard
registerendpoint with my custom one?Or another flow, when registration/login works only with third party identity provider (MSFT, Google)
And the outcome is a bearer token.