B4J Question Logon with SAML protocol

Quandalle

Member
Licensed User
My website (based on JSERVER / SQLITE / B4X / LINUX) must provide an authentication by delegating to an IDP (Identity Provider) from OKTA with the SAML 2 protocol.

There are on github various libraries managing SAML2 (OneLogin, OpenSAML,...) but they are rather complex.
On the other hand for a simple authentication (LOGON) without managing all the cases envisaged in SAML 2, there are in fact only some XML exchanges and that can be envisaged I think directly in B4X without the use of an external library

Has anyone already interfaced a SAML 2 library or made a piece of code that could be reused to make a simple authentication

Thanks
 
Top