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
options
CloudFoundryOptions
Methods
CheckAccessCore(OperationContext)
Checks authorization for the given operation context based on default policy evaluation.
protected override bool CheckAccessCore(OperationContext operationContext)
Parameters
operationContext
OperationContextThe 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
operationContext
OperationContext