I have used Kentico's code from External authentication on MVC sites. ExternalLoginInfo loginInfo = await AuthenticationManager.GetExternalLoginInfoAsync(); code is always return null.
Hello,I've a Web using portal engine, I want to implement OAuth 2.0 (https://oauth.net/2)to login CMS. I've checked Setting -@ Membership -@ Authentication. But I don't know see it.Is there a way t...
Hello, i need loging by google in my site.. i Create custom webpart.. work good but when back from google in my site i have erorr 403.. thi url: /Special-Page/Register?state=/profile@code=4/-UPecnp...
Hi,I'm a .NET developer and I want to extend Kentico (v7) to include OAuth2 service, so that 3rd party apps can authenticate their users against our Kentico userbase.My search so far didn't find an...