growi
growi copied to clipboard
Improvement: AssertionConsumerServiceURL in SAML AuthnRequest is not changed when Site URL was changed
Environment
Host
| item | version |
|---|---|
| OS | |
| GROWI | 5.1.3 |
How to reproduce? (再現手順)
- Start GROWI with Site URL
https://aaa.comset and SAML auth enabled - Go to the admin page, set
https://bbb.comin the Site URL settings - Logout
- Login with SAML
What happens? (症状)
- AssertionConsumerServiceURL in SAML AuthnRequest is
https://aaa.com/passport/saml/callback
What is the expected result? (期待される動作)
- AssertionConsumerServiceURL in SAML AuthnRequest should be
https://bbb.com/passport/saml/callback
Note
- When SAML authentication is enabled and the Site URL is changed, it seems necessary to reload passport-saml.
Not a bug.
We will add an alert to prompt the admin user to restart the server.