The OIDC protocol supports the
parameter that can be used by applications (Relying Parties) to tell Airlock IAM (as OP/authorization server) not to interact with the end-user, such as showing a login page.prompt=none
Instead of interactively authenticating the end-user, Airlock IAM tells the application (RP) that interactive authentication is required. The application can then decide what to do.
The feature can also be used by the application to just find out whether the end-user would have to be authenticated interactively.