Table of Contents

Enum RolesClaimTransformationSource

Namespace
Keycloak.AuthServices.Authorization
Assembly
Keycloak.AuthServices.Authorization.dll

RolesClaimTransformationSource

[Flags]
public enum RolesClaimTransformationSource

Fields

All = Realm | ResourceAccess

Specifies that transformation should be applied to all sources.

None = 0

Specifies that no transformation should be applied from the source.

Realm = 1

Specifies that transformation should be applied to the realm.

ResourceAccess = 2

Specifies that transformation should be applied to the resource access.