You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|1. **Check only** — validates credentials and returns user info, but does not create a session or token
5239
5239
|2. **Requires an already-authenticated caller** with `canVerifyUserCredentials` role (or SuperAdmin)
5240
-
|3. **May auto-provision users** — if the local lookup fails and the external fallback via `externalUserHelper()` / `checkExternalUserViaConnector()` succeeds, a new AuthUser and ResourceUser will be created locally (same behaviour as the web login flow)
5240
+
|3. **May auto-provision users** — if the local lookup fails and the external fallback via `checkExternalUserViaConnector()` succeeds, a new AuthUser and ResourceUser will be created locally (same behaviour as the web login flow)
5241
5241
|4. **Provider matching** — optionally verifies the user's provider matches what was posted (skipped if provider is empty)
0 commit comments