Is there any way in ACUL to get a button from the existing SAML integrations

Hello,
I’m looking for adding the external links in buttons like the ones showing in my standard universal login screen but into the ACUL signup and login screens that I have customized |

I have been searching in the documentation on how to do it but I still can’t find it, do you have any guidance?

I’m referring to the buttons for SAML integrations that are currently displaying in the default login and signup screens.

Hi @kevin.rojas

Welcome to the Auth0 Community!

Please allow me some time to research this matter and I will be back once I have any updates.

Thank you for your patience,
Gerald

I actually make it work “copying" what the standard login did, I added the IDP saml id into a hidden filed, together with the state and it worked. Not sure if that’s going to work for all scenarios, but at least for that one it worked. Any recommendation is still valid, I’m not sure if this is the proper solution in the long run since I’m hardcoding the saml idp in the acul screen.

1 Like

Hi @kevin.rojas

Thank you for sharing this with the Community!

After looking around, I do believe that the you are looking for the federatedLogin( options? ) and federatedSignup( options? ) parameters, for the Login and Signup screens respectively. You can find more information about these in the following documentations:

I also recommend looking at the ACUL JS SDK documentation, as it lists all the ACUL screens and the different configurations they have.

Hope this helped!
Gerald

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.