Login as local-user despite default redirect to SSO/OIDC provider

Nextcloud version (eg, 20.0.5): 27.1.3
Operating system and version (eg, Ubuntu 20.04): Debian bookworm
PHP version (eg, 7.4): 8.2.12

Hello,

I’ve set up OpenID login and it works. I’ve configured it to automatically redirect to SSO when login is required. For testing purposes, I also wanted to create a local user. Is it possible to circumvent the auto-redirect to OpenID Connect on a case-by-base basis, so that I can log in as the normal user? WikiJS for instance allows one to do this by appending ?all=1 to the URL.

simply append /login?direct=1 just like this:

https://NEXTCLOUD.HOSTNAME/login?direct=1

cheers.