-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
app type extended_authentication #37680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app type extended_authentication #37680
Conversation
|
/backport to stable26 |
|
/backport to stable25 |
blizzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add new type also to resources/app-info.xsd and resources/app-info-shipped.xsd (this will need a PR to the appstore as well)
|
Unsure about the name, it is not saying much, however to my mind nothing great is coming either. I could think of |
|
good luck with that :-D |
Signed-off-by: Maxence Lange <[email protected]>
f06f5b7 to
fc29b0d
Compare
done and squashed |
|
This change may affect app devs and should be documented |
globalsiteselectoris a single app used inglobalscalethat redirect users and/or sessions from one instance (master) to another (slaves) while working with local account, ldap, sso and saml.Some use-cases:
globalsiteselectorapp must be loaded before thefilesappuser_ldapneeds to be loaded beforeglobalsiteselectorIn conclusion,
globalsiteselectorneeds to be loaded once all appstype=authenticationare loaded and beforetype=filesystemThis fix creates a new type of apps for
globalsiteselectorthat is loaded right afterauthentication.