Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Configuration

Brock Allen edited this page Apr 11, 2015 · 3 revisions

Configuration

IdentityManagerOptions provides properties for configuring IdentityManager. This includes:

  • Factory : An instance of a IdentityManagerServiceFactory that provides IdentityManager with the implementations of the extensibility points within IdentityManager.

  • SecurityConfiguration : Configures how users will authenticate with IdentityManager.

  • DisableUserInterface : Flag to disable the HTML user interface part of IdentityManager. This would be set if only the RESTful API is intended to be used.