external IdP integration and disableLocalStrategy: true #4627
finkinfridom
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're working on a couple of plugins to integrate external IdP platforms (such as Auth0 or Zitadel).
In our ideal scenario, users should be able to connect only with this integration (no local login page).
That should be accomplished by setting the
auth.disableLocalStrategy
property totrue
.I just tried and from the UI perspective works like a charm by removing the default login and leaving me with my custom
Login
button.Unfortunately, this approach doesn't work out of the box when the payload instance is completely new. Instead of providing me the possibility to create a first user (like a
super admin
user), I receive this exceptionShould be possible to manage a scenario where:
Beta Was this translation helpful? Give feedback.
All reactions