Integration with External Authorization Service

Does Camunda platform provide integration with external authorization service like PlainID or similar tools?

Hello @spakkergh ,

no, it does not. Authentication and Identity Providers are configurable, but Authorization is configured only from Camunda itself.

But, by assigning rights to groups, you are able to control access to resources from outside.

I hope this helps

Jonathan

Thanks for the info. Is it the same with Enterprise version or we have flexibility?

Hello @spakkergh ,

for enterprise, it is the same.

But keep in mind that the authorization can be configured via API, so theoretically, you could implement this on your own.

Jonathan