We are currently in an upgrade to Kentico 13 from Kentico 12 and running into a smallish problem.We have an enrollment page that sends its data to a .net core api (using .net 7.0) I have gotten the...
Our just moved from a platform where we were using windows based authentication to sign in to the kentico site. Now we would like these users to have a password based authentication. IS there a way...
Hello. Working in Kentico 10. I have a frontend application that sends an object to the backend using an AJAX call to a web service when a user clicks a button. However, it's required that users mu...
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...