'How to implement Azure AD SSO with camunda

I want to implement Azure Active Directory SSO with Camunda. Found some resources like -

https://github.com/finexioinc/camunda-azure-sso-boilerplate

and followed them but after logging in, i am not able to view anything like cockpit/admin etc and getting 401 error after successful login.

Is there any step by step guide or fully functional boilerplate for the same or guide me towards right direction.

Couldn't get any help from camunda forum as well.

Thanks



Solution 1:[1]

I recommend these tested examples for

web applications: https://github.com/camunda-consulting/code/tree/master/snippets/azure-oauth2-cambpm-web

and REST API: https://github.com/camunda-consulting/code/tree/master/snippets/azure-oauth2-cambpm-rest

They are created by Camunda Consulting and also based on later Camunda version (7.13) and Azure version than the example you referenced (7.12).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rob2universe