lucidworks / lucidworks-view

Create custom user experiences for your Fusion-powered apps.
https://lucidworks.com/view
Apache License 2.0
37 stars 23 forks source link

TI-242: Support authentication via SAML #89

Closed wenbof1020 closed 7 years ago

wenbof1020 commented 7 years ago

Support SAML authentication if connection_realm is configured as { type: 'saml', name: 'saml_realm_name' }

If SAML realm is available, directly auth to SAML via fusion with url api/saml/saml_realm_name for all routes (/search, /login, etc...)

PS: Currently there might be a potential issue that it will be redirected to fusion if the realm has redirect url pointing to fusion UI. A possible workaround would be having another SAML realm with redirect url pointing to view. (side effect will be that the realm will also be displayed in the login realm dropdown in fusion UI)