rhn-support-dlofthouse By specification SAML SaslServer should wait and receive HTTP call from IdP - it looks like it needs to be integrated with undertow somehow...
Do we have some plan how to handle similar things already? Or should I postpone this until F2F too?
The SaslServer should work by following way:
- sasl server receive initial-response (domain name of IdP)
- sasl server sends authentication-request
- sasl server receive "="
- ! sasl server waits for authentication statement from IdP over HTTP !
- when received, sasl server sends completion message to client
Added analysis document