diff --git a/README.md b/README.md index 740d8ac1013..a0b5367b444 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ You can also manually adjusting your API endpoint settings by adding `config/loc "proxyIdentity": "http://your-identity-url", "proxyEvents": "http://your-events-url", "proxyNotifications": "http://your-notifications-url", - "proxyPortal": "http://your-portal-url", "allowedHosts": ["hostnames-to-allow-in-webpack"], "urls": { diff --git a/bitwarden_license/src/app/app.module.ts b/bitwarden_license/src/app/app.module.ts index 77cee0379a0..cd2c628c82a 100644 --- a/bitwarden_license/src/app/app.module.ts +++ b/bitwarden_license/src/app/app.module.ts @@ -9,13 +9,14 @@ import { RouterModule } from '@angular/router'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; +import { OrganizationsModule } from './organizations/organizations.module'; import { DisablePersonalVaultExportPolicyComponent } from './policies/disable-personal-vault-export.component'; import { MaximumVaultTimeoutPolicyComponent } from './policies/maximum-vault-timeout.component'; import { OssRoutingModule } from 'src/app/oss-routing.module'; import { OssModule } from 'src/app/oss.module'; import { ServicesModule } from 'src/app/services/services.module'; - +import { WildcardRoutingModule } from 'src/app/wildcard-routing.module'; @NgModule({ imports: [ @@ -29,7 +30,9 @@ import { ServicesModule } from 'src/app/services/services.module'; DragDropModule, AppRoutingModule, OssRoutingModule, + OrganizationsModule, RouterModule, + WildcardRoutingModule, // Needs to be last to catch all non-existing routes ], declarations: [ AppComponent, diff --git a/bitwarden_license/src/app/organizations/manage/sso.component.html b/bitwarden_license/src/app/organizations/manage/sso.component.html new file mode 100644 index 00000000000..cc9fca87175 --- /dev/null +++ b/bitwarden_license/src/app/organizations/manage/sso.component.html @@ -0,0 +1,284 @@ +