From M.AntonyJoyson at spi-global.com Thu Apr 11 07:28:39 2019 From: M.AntonyJoyson at spi-global.com (AntonyJoyson, MariyaGeorge) Date: Thu, 11 Apr 2019 11:28:39 +0000 Subject: [Apiman-user] Verify email not working for adding users by admin Message-ID: HI Team, Im new to keycloak, Please help me to configure In admin panel I am adding the users but the verification mail is not triggered only when the user is tried to login the verification email is triggered. Is there any way to send the verify email to the newly added users by admin. Thanks and Regards Joyson Anto ~ Aj Antony Joyson M Software Engineer TSG SPi Global M +91 9551347970 M.AntonyJoyson at spi-global.com www.spi-global.com SPi Global - Philippines Best Employer 2018, 13th Employer Branding Awards, Employer Branding Institute - India and 2018's Top 25 AI Companies in APAC by CIO Advisor CONFIDENTIALITY NOTICE: This email, including its attachments, is intended for the use of the person/s it is addressed to. It may contain personal data, or information that is protected or privileged, which are protected from unauthorized use or disclosure by law. If you are not the intended recipient, any dissemination, retention or use of any information contained in this email is prohibited. If you have received this email in error, please promptly notify the sender by reply email and delete the original email and any backup copies without reading them. If you have questions or clarifications regarding any matter relating to data protection, you may write to the SPi Global Data Protection Office at dpo at spi-global.com. You may also file a complaint or report a security incident involving personal data by writing to: dpo at spi-global.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/apiman-user/attachments/20190411/5319590b/attachment-0001.html From M.AntonyJoyson at spi-global.com Tue Apr 16 09:32:44 2019 From: M.AntonyJoyson at spi-global.com (AntonyJoyson, MariyaGeorge) Date: Tue, 16 Apr 2019 13:32:44 +0000 Subject: [Apiman-user] logout session from all the application on multiple devices for the current user - not working Message-ID: I have checked the api from the following url https://www.keycloak.org/docs-api/5.0/rest-api/index.html I have tried this to clear the entire session for the currently logged in user via curl function. $url = {keycloak server}/auth/admin/realms/testotp/users/".$id."/logout $postdata = array( 'refresh_token' => $refresh_token, 'client_id' => 'sso', 'realm' => 'testotp', 'client_secret' => '96835403-30d9-4c8f-b0e0-00e91cb2b481', 'user'=>'9eac87a6-32b3-419d-a690-c5e5aad98245' ); And sets the header assigned with bearer access token. 'Authorization: Bearer '.$access_token, But I got the error code - 403 as response Kindly add some points to help me from logout the current users entire sessions. Thanks and Regards Joyson Anto ~ Aj Antony Joyson M Software Engineer TSG SPi Global M +91 9551347970 M.AntonyJoyson at spi-global.com www.spi-global.com SPi Global - Philippines Best Employer 2018, 13th Employer Branding Awards, Employer Branding Institute - India and 2018's Top 25 AI Companies in APAC by CIO Advisor CONFIDENTIALITY NOTICE: This email, including its attachments, is intended for the use of the person/s it is addressed to. It may contain personal data, or information that is protected or privileged, which are protected from unauthorized use or disclosure by law. If you are not the intended recipient, any dissemination, retention or use of any information contained in this email is prohibited. If you have received this email in error, please promptly notify the sender by reply email and delete the original email and any backup copies without reading them. If you have questions or clarifications regarding any matter relating to data protection, you may write to the SPi Global Data Protection Office at dpo at spi-global.com. You may also file a complaint or report a security incident involving personal data by writing to: dpo at spi-global.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/apiman-user/attachments/20190416/40b63bb5/attachment-0001.html