dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
862 stars 468 forks source link

SAML Improvements #22533

Closed wezell closed 1 week ago

wezell commented 2 years ago

This is a list to capture a number of improvements that can be made to our dotSAML implementation

We figured this out - the issue was that we needed to hit the SAMLWebInterceptor in order to login. What needs to happen is to add include.path.values=* where * is a regex for the path where you want to force/redirect your saml logins and you add that access.filter.values=/api to exclude /api calls from redirecting to SAML. You can see a working example on our intranet

swicken-dotcms commented 2 years ago
jdotcms commented 1 year ago

Add the ability to include relay state

bryanboza commented 1 year ago

Fixed, this was tested in some prod environments and this is working as expected

swicken-dotcms commented 4 months ago

Re-opening as the only thing 'fixed' on this was relay state.

When picking issues off of this, individual issues should be created