IdP hint for register?
-
Hi, is there any support currently or planned for idp_hint to bypass a FA Registration form in the same way as done for login? Specifically I have an OAuth Application and a SAML v2 IdP. (User clicks Register on Service Provider, begins SSO flow through FA OAuth application, skip FA reg form, forward to IdP Reg form, complete there, follow SAML auth complete redirect back to FA and then from there into original SP application).
If not, has anyone found a workaround that works well for you? Thinking I'll have to handle this in the Theme with an interstitial form or redirection.
Thanks!
-
@bryanlandia I don't quite understand what you are trying to do. Can you send the user to the SAML IdP on registration with a normal login hint and have them register there? As long as FusionAuth gets back the signed assertion, it doesn't care if the user logged in or registered at the IdP.
So you could actually replace the FusionAuth registration link with a link to the SAML IdP with a login_hint.
Or am I missing something?