<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">I've finally reproduced it and see why
the DB wasn't upgraded for you. I guess you were missing property
"databaseSchema" in the configuration of connectionsMongo in
keycloak-server.json. I've removed this property for the future
versions and instead Mongo will be checked for updates by default
at startup. JIRA is here
<a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/KEYCLOAK-2737">https://issues.jboss.org/browse/KEYCLOAK-2737</a><br>
<br>
Marek<br>
<br>
On 01/04/16 14:09, Carsten Saathoff wrote:<br>
</div>
<blockquote
cite="mid:OF97672DDF.BEA9221E-ONC1257F88.0042C525-C1257F88.0042D4DE@kisters.de"
type="cite"><font face="sans-serif" size="2">Hi Thomas,</font>
<br>
<br>
<font face="sans-serif" size="2">yes, that's what I eventually did
and
it worked. Thanks.</font>
<br>
<br>
<font face="sans-serif" size="2">best</font>
<br>
<font face="sans-serif" size="2"><br>
Carsten</font>
<br>
<hr>
<font face="Calibri,sans-serif" size="3"> Carsten Saathoff -
KISTERS AG - Stau 75 - 26122 Oldenburg - Germany<br>
Handelsregister Aachen, HRB-Nr. 7838 | Vorstand: Klaus Kisters,
Hanns Kisters | Aufsichtsratsvorsitzender: Dr. Thomas Klevers<br>
Phone: +49 441 93602 -257 | Fax: +49 441 93602 -222 | E-Mail:
<a class="moz-txt-link-abbreviated" href="mailto:Carsten.Saathoff@kisters.de">Carsten.Saathoff@kisters.de</a> | WWW: <a class="moz-txt-link-freetext" href="http://www.kisters.de">http://www.kisters.de</a>
<hr>
<font face="Calibri,sans-serif" size="2">
Diese E-Mail enthält vertrauliche und/oder rechtlich
geschützte Informationen. Wenn Sie nicht der richtige Adressat
sind oder diese E-Mail irrtümlich erhalten haben, informieren
Sie bitte sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail ist nicht gestattet. <br>
This e-mail may contain confidential and/or privileged
information. If you are not the intended recipient (or have
received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorised copying,
disclosure or distribution of the material in this e-mail is
strictly forbidden.
</font><br>
<br>
<br>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">From:
</font><font face="sans-serif" size="1">Thomas Darimont
<a class="moz-txt-link-rfc2396E" href="mailto:thomas.darimont@googlemail.com"><thomas.darimont@googlemail.com></a></font>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">To:
</font><font face="sans-serif" size="1">Carsten Saathoff
<a class="moz-txt-link-rfc2396E" href="mailto:Carsten.Saathoff@kisters.de"><Carsten.Saathoff@kisters.de></a></font>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">Cc:
</font><font face="sans-serif" size="1">keycloak-user
<a class="moz-txt-link-rfc2396E" href="mailto:keycloak-user@lists.jboss.org"><keycloak-user@lists.jboss.org></a>,
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user-bounces@lists.jboss.org">keycloak-user-bounces@lists.jboss.org</a></font>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">Date:
</font><font face="sans-serif" size="1">01/04/2016 14:04</font>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">Subject:
</font><font face="sans-serif" size="1">Re: [keycloak-user]
Not able to log into admin console ufter upgrading from 1.4
-> 1.9.1</font>
<br>
<font face="sans-serif" size="1" color="#5f5f5f">Sent by:
</font><font face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:keycloak-user-bounces@lists.jboss.org">keycloak-user-bounces@lists.jboss.org</a></font>
<br>
<hr noshade="noshade">
<br>
<br>
<br>
<font size="3">Hello,</font>
<br>
<br>
<font size="3">I guess you could change this in the database ...
->
e.g. in the "client" table in the keycloak db, there are
boolean
flags per client like:</font>
<br>
<font size="3">- standard_flow_enabled boolean NOT NULL DEFAULT
true,</font>
<br>
<font size="3">- implicit_flow_enabled boolean NOT NULL DEFAULT
false,</font>
<br>
<font size="3">- direct_access_grants_enabled boolean NOT NULL
DEFAULT false, </font>
<br>
<br>
<font size="3">You could try to change that ... </font>
<br>
<br>
<font size="3">Cheers,</font>
<br>
<font size="3">Thomas</font>
<br>
<br>
<font size="3">2016-04-01 12:29 GMT+02:00 Carsten Saathoff <</font><a
moz-do-not-send="true"
href="mailto:Carsten.Saathoff@kisters.de" target="_blank"><font
size="3" color="blue"><u><a class="moz-txt-link-abbreviated" href="mailto:Carsten.Saathoff@kisters.de">Carsten.Saathoff@kisters.de</a></u></font></a><font
size="3">>:</font>
<br>
<font face="sans-serif" size="2">Hi again, I should have added
some more
details, sorry:</font><font size="3"> <br>
</font><tt><font size="2" color="blue"><u><br>
</u></font></tt><a moz-do-not-send="true"
href="mailto:keycloak-user-bounces@lists.jboss.org"
target="_blank"><tt><font size="2" color="blue"><u>keycloak-user-bounces@lists.jboss.org</u></font></tt></a><tt><font
size="2">
wrote on 01/04/2016 12:18:06:<br>
<br>
> I just upgraded my old Keycloak 1.4 installation to
1.9.1. But I am
<br>
> not able to log into the admin console any more. After
having read
<br>
> the migration guide again, it seems this could be due
to the direct
<br>
> grant being disabled now for some client. But to be
honest, I don't
<br>
> quite understand what exactly the issue is. Any ideas?
<br>
> </font></tt><font size="3"><br>
</font><tt><font size="2"><br>
the browser shows me the following error:</font></tt><font
size="3"> <br>
</font><tt><font size="2"><br>
Client is not allowed to initiate browser login with given
response_type.
Standard flow is disabled for the client.</font></tt><font
size="3"> <br>
</font><tt><font size="2"><br>
In the logs, I only find the following line:</font></tt><font
size="3"> <br>
</font><tt><font size="2"><br>
2016-04-01 12:27:16,772 WARN [org.keycloak.events] (default
task-7)
type=LOGIN_ERROR, realmId=master,
clientId=security-admin-console, userId=null,
ipAddress=192.168.113.34, error=not_allowed,
response_type=code, response_mode=fragment</font></tt><font
size="3">
<br>
</font><tt><font size="2"><br>
I am not sure, what I have to do to enable the standard flow
in the 1.4
UI.</font></tt><font size="3"> <br>
</font><tt><font size="2"><br>
thanks</font></tt><font size="3"> </font>
<br>
<tt><font size="2"><br>
Carsten</font></tt><font size="3"> <br>
</font>
<hr><font face="Calibri" size="3">Carsten Saathoff - KISTERS AG
- Stau 75
- 26122 Oldenburg - Germany<br>
Handelsregister Aachen, HRB-Nr. 7838 | Vorstand: Klaus
Kisters, Hanns Kisters
| Aufsichtsratsvorsitzender: Dr. Thomas Klevers<br>
Phone: </font><a moz-do-not-send="true"
href="tel:%2B49%20441%2093602%20-257" target="_blank"><font
face="Calibri" size="3" color="blue"><u>+49
441 93602 -257</u></font></a><font face="Calibri" size="3">
| Fax: </font><a moz-do-not-send="true"
href="tel:%2B49%20441%2093602%20-222" target="_blank"><font
face="Calibri" size="3" color="blue"><u>+49
441 93602 -222</u></font></a><font face="Calibri" size="3">
| E-Mail: </font><a moz-do-not-send="true"
href="mailto:Carsten.Saathoff@kisters.de" target="_blank"><font
face="Calibri" size="3" color="blue"><u>Carsten.Saathoff@kisters.de</u></font></a><font
face="Calibri" size="3">
| WWW: </font><a moz-do-not-send="true"
href="http://www.kisters.de/" target="_blank"><font
face="Calibri" size="3" color="blue"><u>http://www.kisters.de</u></font></a><font
face="Calibri" size="3">
</font>
<hr><font face="Calibri" size="2">Diese E-Mail enthält
vertrauliche und/oder
rechtlich geschützte Informationen. Wenn Sie nicht der
richtige Adressat
sind oder diese E-Mail irrtümlich erhalten haben, informieren
Sie bitte
sofort den Absender und vernichten Sie diese Mail. Das
unerlaubte Kopieren
sowie die unbefugte Weitergabe dieser Mail ist nicht
gestattet. <br>
This e-mail may contain confidential and/or privileged
information. If
you are not the intended recipient (or have received this
e-mail in error)
please notify the sender immediately and destroy this e-mail.
Any unauthorised
copying, disclosure or distribution of the material in this
e-mail is strictly
forbidden. </font>
<br>
<font size="3"><br>
_______________________________________________<br>
keycloak-user mailing list</font><font size="3" color="blue"><u><br>
</u></font><a moz-do-not-send="true"
href="mailto:keycloak-user@lists.jboss.org"><font size="3"
color="blue"><u>keycloak-user@lists.jboss.org</u></font></a><font
size="3" color="blue"><u><br>
</u></font><a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-user"
target="_blank"><font size="3" color="blue"><u>https://lists.jboss.org/mailman/listinfo/keycloak-user</u></font></a>
<br>
<tt><font size="2">_______________________________________________<br>
keycloak-user mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
</font></tt><a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-user"><tt><font
size="2">https://lists.jboss.org/mailman/listinfo/keycloak-user</font></tt></a>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
</font></blockquote>
<br>
</body>
</html>