さて、備忘録です。 誰も興味ないとは思いますが、nextcloudをauthentikでOIDC認証に切り替えました。 するとauthentikでアプリを設定してnextcloud側でoidcの設定をするのですが、 登録が拒否されます。 悩んだ挙句の設定がconfig.phpに 'allow_local_remote_servers' => true, 'lost_password_link' => 'disabled', 'auth.webauthn.enabled' => false, 'hide_login_form' => true, 'oidc_login_redir_fallbac…