I deployed a version of our application to IAM with the OAuth server implemented. This worked fine when using 1 application, but we have situations with multiple applications per IAM. In the future we also like to use the tenants so that we have multiple clients using 1 IAM.
The following error occurred with more than 1 application:
Er bestaat al een waarde met sleutel 'azure' in het woordenboek. (Primary key already exists.)
Stored procedure: get_gui_oauth_server
Column: request_refresh_token
oauth_server_id = 'azure', authorization_url =….
I tried to delete the key but this is impossible. Is there another solution to this? How should we configure IAM to be able to use an OAuth server for each application with different URL's?