-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
- a new class called
ConfiguredIdpOAuththat inherits fromOAuth. It should contain new method callednewAuthPopupForEnterpriseServerAuthenticationIfNeeded - The method checks the storage for
authenticationand decides if a custom IdP is used or not. If custom IdP is not used, it just returnsPromise<void>. - else it shows a warning modal
Custom IdP is configured on this domain, but it is not supported on browser extension yet. Authentication with Enterprise Server will continue using Google IdP until implemented in a future update. - this new method should be called in
newGoogleAcctAuthPromptThenAlertOrForward, right underawait GlobalStore.acctEmailsAdd(response.acctEmail);inside the success case - update the test from earlier issue add custom authentication config to local store #5317 to also expect this modal