keycloak-services Questions
2
I am new to Keycloak and have been trying to setup javascript based authz policies and client mappers. I was wondering what is the best way to debug such mappers or policies.
Right now, if there a...
Tetzel asked 11/1, 2018 at 3:56
2
Solved
i have an open id provider and i use this provider as identity broker of keycloak. I want to map roles (claims) which sent from broker to keycloak (and keycloak will sent mapped roles in its jwt). ...
Galliwasp asked 5/10, 2017 at 22:0
1
We have implemented a custom authenticator for supporting a workflow to reset password via a SMS OTP. The authenticator uses the phone number stored in a user attribute.
We wish to store the crede...
Arte asked 20/11, 2017 at 9:51
2
Solved
What I am trying to achieve
Protect a resource in Keycloak with policy like:
if (resource.status == 'draft') $evaluation.grant();
else $evaluation.deny();
Going by their official documents an...
Fiesole asked 24/10, 2016 at 12:42
1
Solved
I like to manage keycloak from my own application:create user & clients, display users & client. As this is not a real user but a machine I would like to use a service account with a client...
Overdye asked 8/9, 2018 at 19:45
1
I'm using a WildFly application server that hosts a simple Frontend-Backend combination on my local machine. The Frontend is secured through the Keycloak JS adapter and the Backend is supposted to ...
Petronel asked 5/9, 2018 at 13:12
1
Solved
I have followed the guide https://ultimatesecurity.pro/post/okta-saml/ , to
configure OKTA Saml with keycloak. After this configuration, I see
Okta/saml login button on login page, clicking on whic...
Rimma asked 20/8, 2018 at 6:51
1
Solved
Can someone please explain the cookies set by Keycloak:
KEYCLOAK_SESSION,Oauth_token_request_state, KEYCLOAK_IDENTITY.
What is the relevance of each cookies?
Erde asked 29/5, 2018 at 17:5
1
Solved
I'm trying to export a realm file into keycloak docker container, I'm not able to do that because the server is runing when I execute this command:
bin/standalone.sh -Dkeycloak.migration.action=ex...
Extraversion asked 2/3, 2018 at 18:26
1
Solved
currently I try around with the Keycloak API and the Java client. At the moment I struggle to assign Roles to Groups programmatically. Unfortunately the documentation is not very elaborate at this ...
Prier asked 18/10, 2017 at 12:18
0
I have just started exploring Keycloak, so not having much idea about it. I am able to send verification link to the email id of the user. On click of verification link present in the email, it is ...
Halfblood asked 11/8, 2017 at 13:13
1
Solved
I can't get user groups like in samples.
Samples from:
Take a look at our testsuite. For example:
UserTest
GroupTest
Sample code from examples for receiving groups user is member of:
List<Gr...
Babiche asked 11/1, 2017 at 14:31
1
Solved
We are importing users to KeyCloak using Java code, and we are using keycloak-admin-client API.
Tried Setting password as follows , but it is not setting/persisting the password for the user.
Cr...
Disdain asked 11/1, 2017 at 22:23
© 2022 - 2024 — McMap. All rights reserved.