Stanislav David - 2020-08-18

I found new thing in log -
davmail.exchange.auth.ExchangeFormAuthenticator - Authentication form not found at https://......, trying default url

I am enclosing HTML code of the form on that URL

`

    <form method="post" id="loginForm" autocomplete="off" novalidate="novalidate" onKeyPress="if (event && event.keyCode == 13) Login.submitLoginRequest();" action="/adfs/ls?version=1.0&action=signin&realm=urn%3AAppProxy%3Acom&appRealm=908ac468-ca12-e711-80f4-005056a9452b&returnUrl=https%3A%2F%2Fowa.mpss.cz%2Fowa&client-request-id=299E6C51-6B00-0000-4AD7-332A006BD601" >
        <div id="error" class="fieldMargin error smallText">
            <label id="errorText" for=""></label>
        </div>

        <div id="formsAuthenticationArea">
            <div id="userNameArea">
                <input id="userNameInput" name="UserName" type="email" value="" tabindex="1" class="text fullWidth" 
                    spellcheck="false" placeholder="adresa@example.com" autocomplete="off"/>     
            </div>

            <div id="passwordArea">
                 <input id="passwordInput" name="Password" type="password" tabindex="2" class="text fullWidth" 
                    placeholder="Heslo" autocomplete="off"/>                                   
            </div>
            <div id="kmsiArea" style="display:none">
                <input type="checkbox" name="Kmsi" id="kmsiInput" value="true" tabindex="3" />
                <label for="kmsiInput">Zůstat přihl&#225;šeni</label>
            </div>
            <div id="submissionArea" class="submitMargin">
                <span id="submitButton" class="submit" tabindex="4" 
                    onKeyPress="if (event && event.keyCode == 32) Login.submitLoginRequest();" 
                    onclick="return Login.submitLoginRequest();">Přihl&#225;sit se</span>
            </div>
        </div>
        <input id="optionForms" type="hidden" name="AuthMethod" value="FormsAuthentication"/>
    </form>

`

 

Last edit: Stanislav David 2020-08-18