SSO Redirection #8659
-
when i am trying to sign in , its redirecting verfication , but trying to create new user , i want to redirect index page |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please provide full version information for your InvenTree installation |
Beta Was this translation helpful? Give feedback.
-
@SchrodingersGat def _redirect_strict_samesite(self, request, provider): in this function i just changed this => samesite_value = str(settings.SESSION_COOKIE_SAMESITE).lower() |
Beta Was this translation helpful? Give feedback.
@SchrodingersGat
Thanks for reply !
Its Done , i just modified one line , make sure its taking in string
def _redirect_strict_samesite(self, request, provider):
in this function i just changed this => samesite_value = str(settings.SESSION_COOKIE_SAMESITE).lower()