[keycloak-user] how to enable releam
vandana thota
vandana0242 at gmail.com
Fri Jul 13 00:05:08 EDT 2018
I did not setup any database yet . How I have to set it up ?
Thanks,
Vandana
On Thu, Jul 12, 2018 at 7:03 PM Dmitry Telegin <dt at acutus.pro> wrote:
> Hi Vandana,
>
> Congratulations, disabling master realm is a landmine each aspiring
> Keycloak guru must step on :)
>
> Unfortunately, CLI and REST API won't help you here, since they require
> authentication, and authentication is no longer possible due to disabled
> realm.
>
> You should connect to your database and issue an SQL statement:
>
> UPDATE realm SET enabled = true WHERE id = 'master';
>
>
> Then try to login to admin console once again.
>
>
> Cheers,
>
> Dmitry
>
>
> On Thu, 2018-07-12 at 13:57 -0500, vandana thota wrote:
>
> I can not able to open the keycloak console
> IT showing as like in attachment releam is not enabled .
>
> so how can I do it by using comman line interface .
>
> What command I have to run to enable the master releam . So that I can
> open the Keycloak admin console
>
>
>
> On Thu, Jul 12, 2018 at 1:53 PM Irtiza Ali <iali at an10.io> wrote:
>
>
>
> Look at the admin api, it might help you.
>
> link: https://www.keycloak.org/docs-api/2.5/rest-api/index.html
>
> IA
>
> On Thu, Jul 12, 2018 at 11:22 PM, vandana thota <vandana0242 at gmail.com>
> wrote:
>
>
>
> Realm not enabled on keycloak page it showing how can I enable it
> via command line ?
>
>
> Thanks,
> Vandana
> _______________________________________________
> keycloak-user mailing listkeycloak-user at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-user
>
>
>
> _______________________________________________
> keycloak-user mailing listkeycloak-user at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-user
>
>
More information about the keycloak-user
mailing list