Is there a REST API in Kentico for validating user passwords? Background: We are looking to move to single sign-on (SSO), using a separate identity provider (IDP) for logins via OIDC. We'd prefer t...
For our MVC Intranet site I am taking the current Active Directory user creating a kentico user for them and logging them in. Is it possible to still get the AD user information from the windows id...
Hi,I am getting the following exception and unsure how to solve it.CMS.Helpers.InvalidVirtualContextException Try reloading the administration interface. The user was not found in the JWT token, no...
I can't find any documentation on how to authenticate using Okta and .net core. All the references appear to be for .net framework. I know how to authenticate with Okta but I don't know how to then...
I have my admin and .net core site both set to use AD and am able to see the user name show on the front end. I am trying to use page level permissions and turned it on in the admin and set it to ...
I am building a react js app to connect to our kentico database. I have an authentication built and am having trouble matching the password sha2salt. It seems that everything according to the doc...
I'm working on an sso between our CMS (Kentico 11, portal engine) and a new AMS that uses Auth0 for authentication. After no success with numerous different approaches to integrate custom external...
Hello, we're working on integrating our Kentico 11 portal site with a new AMS that uses Auth0. I found these two devnet articles about integrating Auth0 with Kentico:https://devnet.kentico.com/arti...
I'm trying to store extra data in a user identity using claims. However, it appears the built-in Kentico user manager does not support this. Is this something that will be added later? Or should I ...