Add SSOBackendHook for registering SSO backends from extensions.
Review Request #15282 — Created Sept. 9, 2026 and updated
This change adds a new extension hook for registering SSO backends.
Ran unit tests.
| Summary | ID |
|---|---|
| pvtnvlztlwvnnzwrnvvzvtvnyoyptxll |
| Description | From | Last Updated |
|---|---|---|
|
Seems like all subclasses need to set these to these values. We should add a comment saying that here. |
|
|
|
Should we put a comment here saying that all of these settings must be defined. Or maybe something written somewhere … |
|
|
|
See my comment on /r/15281 about is_enabled. If we want subclasses to always return True then let's add a comment … |
|
-
-
Seems like all subclasses need to set these to these values. We should add a comment saying that here.
-
Should we put a comment here saying that all of these settings must be defined. Or maybe something written somewhere else, because I don't currently see any explicit author-facing text or code that lists what settings keys need to be handled by an SSO backnend.
-
See my comment on /r/15281 about
is_enabled. If we want subclasses to always returnTruethen let's add a comment here saying that.