The staff interface is currently deployed under a subpath (/staff), so the callback URL is: /staff/auth/saml/callback instead of the expected: /auth/saml/callback
It appears the app is not properly populating the auth hash in this subpath setup, even though the request reaches the callback.
Has anyone successfully used SAML/OmniAuth with ArchivesSpace when the staff UI is behind a prefix like /staff? Or is moving to a dedicated staff subdomain (no prefix) effectively required for reliable SAML authentication?
Appreciate any guidance or confirmation before I proceed with a domain + IdP metadata change.
Thank you!