Method | Description | |
---|---|---|
UseScimServer ( this appBuilder, Action |
Configures the specified appBuilder with a new SCIM 2.0-compliant server. Owin.Scim will use the Assembly.Location of the calling assembly create a new System.ComponentModel.Composition.Hosting.CompositionContainer.
|
|
UseScimServer ( this appBuilder, IEnumerable |
Configures the specified appBuilder with a new SCIM 2.0-compliant server.
|
public static UseScimServer ( this appBuilder, Action |
||
appBuilder | this | The application builder. |
configureScimServerAction | Action |
The function used to configure the scim server. |
return | IAppBuilder |
public static UseScimServer ( this appBuilder, IEnumerable |
||
appBuilder | this | The application builder. |
fileCompositionConstraints | IEnumerable |
The file composition constraints used to create a
/// new |
configureScimServerAction | Action |
The function used to configure the scim server. |
return | IAppBuilder |