You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (Jira)" <ji...@apache.org> on 2020/09/25 08:54:00 UTC

[jira] [Resolved] (OPENMEETINGS-2454) Login from Moodle seems to be broken

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-2454.
--------------------------------------------
    Fix Version/s:     (was: 5.1.0)
       Resolution: Workaround

This is NOT OM bug
Session Cookie is not being stored due to increased security

the following setting should be added even to global {{conf/context.xml}} or to local {{webapps/openmeetings/META-INF/context.xml}}
{code}
<Context>
     <CookieProcessor sameSiteCookies="none"/>
</Context>
{code}


> Login from Moodle seems to be broken
> ------------------------------------
>
>                 Key: OPENMEETINGS-2454
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2454
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Plugins, SOAP/REST API
>    Affects Versions: 5.0.1
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Critical
>
> Login from Moodle seems to be broken
> Invalid hash is reported
> not sure what is wrong yet



--
This message was sent by Atlassian Jira
(v8.3.4#803005)