Hey all,
We’re trying to implement ACUL for the login prompt, and we have a unique case where some of our users need to link out to an enterprise connection. The enterprise connection expects a login hint, but the /authorize
call from our app doesn’t provide a login hint.
Using ACUL, and calling socialLogin({connection: 'someconnection', login_hint: 'somehint'})
on the login manager does not appear to send the hint to the enterprise connection request.
Is there some way we can pass additional parameters to the alternate connection if they’re not on the /authorize
call? Do I need to do something special to customize the enterprise connection’s request template to do this?