Hello,
I require that users can't access a tenant's applications if they are not previously registered. For this, I select the option "Application -> OAuth -> Requires registration -> true". So far so good, if I carry out my test with locally created users, it shows me a message indicating that only registered users are allowed to access the application, but the problem appears when I access the same application with Google federated users, these users without being registered in the application, they are automatically registered in it, which generates a security problem in my application. Am I missing an extra configuration?
Greetings.