I have 2 Applications, 1 for admin and 1 for customer/client where only team members of organizations can access the application
I have 2 roles, admin and customer
I have 2 or more organizations
What I want to do?
For the admin application, I want the connection to be only Database Connection and for the Customer/client application I want to have Database and Criipto Connection. I want this configuration to apply in every organization I have.
Then this is the organization’s login, I was only expecting a username and password input in the admin application since the only enabled connection is a database connection.
First, if you need to login into different applications with an Organization, you will need to specify the corresponding client_id and redirect_uri in the request:
Hi @rueben.tiow ,
One last thing, is there a way to hide the Criipto/NemID button in the organization login without having to remove the Criiptio NemID connection in the organization?