AuthorizationInfoControllerBaseFindClaimTypes Method

Gets the types of claims that the authentication provider associates with its users.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
[HttpGetAttribute]
[RouteAttribute("provider/{providerIdentity}/claimTypes")]
public virtual IActionResult FindClaimTypes(
	IServiceProvider serviceProvider,
	string providerIdentity,
	string? searchText
)

Parameters

serviceProvider  IServiceProvider
Provides injected dependencies
providerIdentity  String
Identity of the authentication provider
searchText  String
Text used to narrow the list of results

Return Value

IActionResult
The list of claim types used by the authentication provider.

See Also