[DSC-196] Added components to log in with OIDC

This commit is contained in:
Luca Giamminonni
2021-10-15 11:55:13 +02:00
committed by Hardy Pottinger
parent acb842edf0
commit 8c14193f32
7 changed files with 291 additions and 1 deletions

View File

@@ -177,6 +177,16 @@ import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/
import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component';
import { DsSelectComponent } from './ds-select/ds-select.component';
/**
* Declaration needed to make sure all decorator functions are called in time
*/
export const MODELS = [
SearchObjects,
FacetConfigResponse,
FacetValues,
SearchResult
];
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
CommonModule,
@@ -307,6 +317,8 @@ const COMPONENTS = [
ImportableListItemControlComponent,
LogInShibbolethComponent,
LogInOrcidComponent,
LogInOidcComponent,
LogInPasswordComponent,
LogInContainerComponent,
ItemVersionsComponent,
@@ -378,6 +390,8 @@ const ENTRY_COMPONENTS = [
ItemMetadataRepresentationListElementComponent,
LogInPasswordComponent,
LogInShibbolethComponent,
LogInOrcidComponent,
LogInOidcComponent,
BundleListElementComponent,
ClaimedTaskActionsApproveComponent,
ClaimedTaskActionsRejectComponent,