mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #17236 from overleaf/ab-sso-config-overleaf-admin
[web] SSO config view in subscription admin GitOrigin-RevId: e1fcda4eb4e34ab38cd8918bce4fdcff45df83d2
This commit is contained in:
parent
cc58fd3d1d
commit
3d4f3d3d73
2 changed files with 3 additions and 2 deletions
|
@ -876,7 +876,7 @@ module.exports = {
|
|||
oauth2Server: [],
|
||||
managedGroupSubscriptionEnrollmentNotification: [],
|
||||
managedGroupEnrollmentInvite: [],
|
||||
ssoConfigurationModal: [],
|
||||
ssoCertificateInfo: [],
|
||||
// See comment at the definition of these variables.
|
||||
entryPointsIde,
|
||||
entryPointsMain,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { GroupPolicy } from '../subscription/dashboard/subscription'
|
||||
import { SSOConfig } from '../subscription/sso'
|
||||
import { TeamInvite } from '../team-invite'
|
||||
|
||||
export type Subscription = {
|
||||
|
@ -8,6 +9,6 @@ export type Subscription = {
|
|||
admin_id: string
|
||||
groupPlan: boolean
|
||||
customAccount: boolean
|
||||
ssoConfig: object
|
||||
ssoConfig: SSOConfig
|
||||
managedUsersEnabled: boolean
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue