Class JwtAuthorizationManager
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry.Wcf
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryWcf.dll
public class JwtAuthorizationManager : ServiceAuthorizationManager
- Inheritance
-
JwtAuthorizationManager
- Inherited Members
Constructors
JwtAuthorizationManager()
public JwtAuthorizationManager()
JwtAuthorizationManager(CloudFoundryOptions)
public JwtAuthorizationManager(CloudFoundryOptions options)
Parameters
optionsCloudFoundryOptions
Methods
CheckAccessCore(OperationContext)
Checks authorization for the given operation context based on default policy evaluation.
protected override bool CheckAccessCore(OperationContext operationContext)
Parameters
operationContextOperationContextThe OperationContext for the current authorization request.
Returns
- bool
true if access is granted; otherwise, false. The default is true.
GetPrincipal(OperationContext)
protected ClaimsPrincipal GetPrincipal(OperationContext operationContext)
Parameters
operationContextOperationContext