platform icon indicating copy to clipboard operation
platform copied to clipboard

feat(authz): Dummy ers that just returns claims

Open elizabethhealy opened this issue 1 year ago • 0 comments

resolves https://github.com/opentdf/platform/issues/788 resolves https://github.com/opentdf/platform/issues/785

Simple entity resolution service that just looks at claims

CreateEntityChainFromJwt will return an entity of type claims with the claims being the contents of the jwt ResolveEntities returns the entity representation if not type claims, and if type claims then it just returns the claims

Mode in the config to dictate which ERS to run -- default is keycloak

elizabethhealy avatar Oct 10 '24 20:10 elizabethhealy