Fixes #22346: Return a clean error message & redirect on SSO auth failure#22420
Fixes #22346: Return a clean error message & redirect on SSO auth failure#22420jeremystretch wants to merge 1 commit into
Conversation
|
@claude /review Only report on issues of potential concern; we don't need commentary on anything that doesn't require further consideration. |
|
Claude finished @jeremystretch's task in 3m 6s —— View job ReviewTwo issues worth considering: 1.
SOCIAL_AUTH_LOGIN_ERROR_URL = 'login'The parent The setting should likely be 2. Test mock doesn't exercise the real URL resolution
'LOGIN_ERROR_URL': '/login/', # absolute pathvs the actual setting: SOCIAL_AUTH_LOGIN_ERROR_URL = 'login' # URL name
|
|
4fecca2 to
19f0312
Compare
Closes: #22346
SOCIAL_AUTH_LOGIN_ERROR_URLandSOCIAL_AUTH_RAISE_EXCEPTIONSin `settings.py