Adding OIDC signout to Mendix signout

0
How can I add signout from the OIDC SSO module to my existing Navigation Logout function?  The on-click action for my Nav logout is set to signout.  I can’t find the MF/NF or even the java action that runs the Mendix signout function.   Thanks Kath Mendix version is 9.12.5 (wasn’t available as option on dropdown)
asked
2 answers
2

Hi Kathleen Albert,

If you using OIDC module then there is one nanoflow ACT_Logout in this module. So you can use this nanoflow on your sign out button.

Or  you can create a nanoflow and in that call javascript action and write your own custom code.

 

Thanks

answered
0

I have an almost identical issue, we have implemented conditional display buttons for each type of user, so they get the correct logout button for their circumstances.

 

Thanks,

Simon.

answered