Kimai SAML Configuration for Azure

Kimai Time-Tracking app is an open-source time-tracking app that can be hosted on your own to track time for your projects. For single sign-on integration via SAML, it does provide some documentation, however, the example is on Google. Theoretically, it is able to work on Azure, however, it is all up to exploration. By following … Read more

Creating Embed token for PowerBI reports

Embed PowerBI reports is one way to distribute reports to the clients without exposing the filters and able to control how the client views the reports based on their roles. The data can be further restricted using Row Level Security. The sample codes for python are available here. The different access levels and the details … Read more

Troubleshooting SELinux

SELinux has been introduced into Linux kernel version 2.6 from 2003. However, for many years, the common thing to do on most installations is to disable the SELinux. The common reason cited was that it was too complex to set up the rules, or troubleshoot why it fail. To troubleshoot whether it is blocked by … Read more

Using Azure AD with django_auth_adfs

django_auth_adfs is a good module to integrate Django with Azure AD authentication in the cloud. Although there is a detailed documentation on the setup, the user interface presented were using the legacy user interface. I am attempting to replicate it using the new interface. Web server URL: https://test.com API exposed in web application: https://test/com/test/testpage IdentifierURL … Read more