Hi @Tanmay_Naik,
sadly the REST-API hasn’t been configured so far in the sample project. It’s on the TODO list.
Some hints:
- within the example the config option
camunda.bpm.authorization.enabledis set totrue - see Camunda Documentation: “When are Authorizations checked”
- the missing part within the showcase is an AuthenticationProvider for the REST part. The basic principles can be taken from Camunda’s SSO example (https://github.com/camunda-consulting/code/tree/master/snippets/springboot-security-sso)
I still have to deal with the details myself, but it shouldn’t be too difficult.
Regards
Gunnar