Wondering whether there is an example of configuring the logout functionality of shinyproxy with SAML and Azure AD. Is there a way to leverage the signout button present, to invoke the proper SAML logout message to Azure SAML Authentication services in order to revoke the SAML token? Currently using shinyproxy behind nginx LB and succesfully configured the authentication with AD services using SAML.
For the current ShinyProxy this is not possible. However, we implemented this for the next release, the documentation will contain some examples for this.
Hi, im also facing issues with the logout button of my shinyproxy setup. I have a SAML setup with AAD, which is functioning correctly. But the logout button doesnt work. I have tried several different solutions or workarounds, but I wasnt able to solve the issue. Can someone show me a working example? It would be great to see the relevant properties in the manifest of the AAD app and also in the shinyproxy application.yaml file.
Hi, I am trying to configure shinyproxy authentication with saml 2.0 and Azure AD. Recently, I am referencing to the official site for configuration but failed as it asked me for reply url. I am wondering if you could share your application.yml file for saml authentication part and some key setting that you did on Azure Entra ID (old name Azure Active Directory). Thanks in advance.