Hi Michael, thanks for the reply.
I think I may have been unclear -- or else I don't understand what you're saying, in which case I apologize. I'm describing a situation wherein the user submits their password to Gluu, somehow -- our application should not be involved.
Gluu has a "Basic Authentication" method which is, of course, set up by default out of the box. The documentation page for this method advises, in the "Using Basic Authentication" section, to:
> Open up a new browser or incognito window, try to login into your Gluu Server or perform SSO with an SP or RP.
It's not clear what the sentence "try to login into your Gluu Server" means in this case. I understand that, in a scenario where I have configured Gluu as an SSO provider, a user, say, clicking a "Login with Gluu" button on my website -- assuming they do not have an active session -- will be presented with the Basic Authentication login page.
I guess, having thought about it longer, that is all "Basic Authentication" is intended to do, correct?
So maybe the answer to my root question is: "The login form should not appear on your website." I would guess it still could be accomplished with the iframe method I mentioned, but -- assuming I have not misunderstood your message -- it's not clear if that's otherwise a bad practice, and if it's not, what page I could actually embed using an iframe.
Thanks!