hello?
Hello Omkar,
Were you able to successfully implement this? We are considering this for one of our future projects and wondering if you ran into issues using Elastic pools. Any insight is appreciated.
Thanks, Raj.
Hi,
I am planning to integrate Elsa into our app as well. Were you able to do the integration?
Thanks, Raj.
This is what I had to do to make OpenID work for google.
options.Scope.Add("email");
{
"claim": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
"key": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
}
You just have to change the "RegisterForExternalLogin" method to add users automatically without the activation.
I hope we get the documention on this functionality soon.
Thanks, Raj.
Was able to fix it by setting Working directory under advanced options in Generate Migrations Script.
Any luck on this?
Nevermind I did not have the AccountController in WebAPI project
Thanks Halil for the quick response.
Is the url "http://localhost:6234/api/Account/Authenticate" enabled by default ? When I used it to test my applcation using Postman it gave an error "No HTTP resource was found that matches the request URI".