TheOpenCloudEngine / uEngine5-base

uEngine5 BPMS that totally re-written in Microservices architecture. uEngine5 can act as not only a conventional Workflow or BPMS but also as a REST api orchestrator or a BPaaS (Business process as a service) of members of OCE's MSA components.
MIT License
10 stars 13 forks source link

IAM based Role Resolver (RoleResolutionContext) #109

Closed jinyoung closed 6 years ago

jinyoung commented 6 years ago

먼저, 프로세스 설정에서 Role 을 설정함:

image

그런다음 해당 scope 을 가진 유저를 설정해야 함:

image

  1. 프로세스를 시작하고
  2. 해당 scope을 가진 유저로 로그인 한 후, 해당 레인의 업무가 inbox 에 들어오는지 확인함.
  3. 그리고 해당 scope 을 가지지 않은 유저로 다시 로그인 한 후, 해당 단계가 inbox 에 보이지 않아야 함.
jinyoung commented 6 years ago

직접 유저로 줄 때:

image