Question
John Deere
IN
Last activity: 9 Apr 2024 11:45 EDT
Restriction access to application based on few conditions
Hi,
In our application, there is a requirement to restrict access of the application to the user based on country. Below is the scenario.
1. User logs into the application using OKTA credentials.
2. If user is a new user in the system, system creates the operator of the user using the model operator which is mentioned in the auth service
3. User gets access to the application using default access group present in the model operator.
Presently, this application is being used by few country users and we would need some way to show some error message to the user of other countries when they try to access this application. We can not place any constraint at OKTA authentication level as it is a generic authentication mechanism used for all the applications in the organization.