[Dev] [IS]User account locking

2017-07-21 Thread Hanen Ben Rhouma
Hello guys, I have a question related to user account locking. I tried locking admin and even a simple user (with only login permission) via GUI as well as via SOAP call but nothing worked, the accounts are still able to login. Was this feature tested for the 5.3.0 version? Regards, Hanen __

[Dev] [IS] SAML to SAML federation, JIT provisioning is not working for tenant mode

2017-07-19 Thread Hanen Ben Rhouma
We're using SAML2SSOAuthenticator to authenticate federated users from ADFS into WSO2 management console so we created an SP in SaaS mode in order to authenticate users from different tenants; We noticed that JIT provisioning is not working as expected, users will be provisioned to super tenant dom

Re: [Dev] [IS] Passwords encryption

2017-07-19 Thread Hanen Ben Rhouma
l 19, 2017 at 9:28 AM, Hanen Ben Rhouma wrote: > Hello guys, > > We're trying to encrypt all sensitive passwords within WSO2 IS including > super admin password as well as tenant admins passwords, we looked into the > cipher tool which can be an approach for super admin pa

[Dev] [IS] Passwords encryption

2017-07-19 Thread Hanen Ben Rhouma
Hello guys, We're trying to encrypt all sensitive passwords within WSO2 IS including super admin password as well as tenant admins passwords, we looked into the cipher tool which can be an approach for super admin password encryption but not for the tenant admins, tenants passwords are stored with

Re: [Dev] [IS] xml based IdP configuration within a tenant

2017-07-13 Thread Hanen Ben Rhouma
eksha Rathnayake < indu...@wso2.com> wrote: > Hi Hanen, > > In the current IS release version, file based SP and IDPs will not be > visible in the management console. > > Thanks and Regards > > On Thu, Jul 13, 2017 at 3:53 PM, Hanen Ben Rhouma > wrote: > >> He

[Dev] [IS] xml based IdP configuration within a tenant

2017-07-13 Thread Hanen Ben Rhouma
Hello Guys, Is it possible to create an IdP via xml file and make it visible only to a specific tenant? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [IS] Source code for org.wso2.carbon.identity.sso.saml module

2017-07-11 Thread Hanen Ben Rhouma
dentity-inbound- > auth-saml/tree/5.3.x/components/org.wso2.carbon.identity.sso.saml > > [2] https://github.com/wso2-extensions/identity-inbound- > auth-saml/tree/v5.3.0/components/org.wso2.carbon.identity.sso.saml > > On Tue, Jul 11, 2017 at 1:43 PM, Hanen Ben Rhouma > wrote: >

[Dev] [IS] Source code for org.wso2.carbon.identity.sso.saml module

2017-07-11 Thread Hanen Ben Rhouma
Hello guys, Could you please tell me where can I find the source code for org.wso2.carbon.identity.sso.saml_5.3.0.jar. I checked this git repo https://github.com/wso2-attic/carbon-identity/tree/master/components/sso-saml/org.wso2.carbon.identity.sso.saml but the latest version in 5.0.9-SNAPSHOT

Re: [Dev] [IS] Role mapping through config file

2017-07-06 Thread Hanen Ben Rhouma
;> >> I have attached a sample file based IDP file that demonstrates how to add >> tag and the IDP role mapping as well. >> >> >> Thanks, >> Farasath >> >> Farasath Ahamed >> Software Engineer, WSO2 Inc.; http://wso2.com >> Mobile: +947776

Re: [Dev] [IS] Role mapping through config file

2017-07-05 Thread Hanen Ben Rhouma
Same question for the tag please. We're using a certificate so what should we mention in the xml file. Regards, Hanen On Wed, Jul 5, 2017 at 5:36 PM, Hanen Ben Rhouma wrote: > Hello guys, > > Could you please tell me what are the xml tags I can use within an IDP xml >

[Dev] [IS] Role mapping through config file

2017-07-05 Thread Hanen Ben Rhouma
Hello guys, Could you please tell me what are the xml tags I can use within an IDP xml config file for role mapping. I mean the properties I can add for mapping roles in the tag in default.xml for example Rehards, Hanen ___ Dev mailing list Dev@wso2.o

[Dev] [IS] Federated access for user with multiple email addresses

2017-07-04 Thread Hanen Ben Rhouma
Hello guys, I have a question regarding user account with multiple email adresses trying to access different tenants; Is there a way to handle such type of user knowing that the use case consists of creating a user in ADFS and federating his access to WSO2, this user is supposed to have access to

[Dev] [IS] 6.0.0 roadmap

2017-05-22 Thread Hanen Ben Rhouma
Hello, Could you please state the new features and bug fixes introduced within IS 6.0.0.m2 And what's coming within the major release and it's date please? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [IS] Vulnerabilities detected through Dependency Check

2017-05-22 Thread Hanen Ben Rhouma
Hello guys, I scanned WSO2 IS with Dependency Check 1.4.5 and the report shows many vulnerabilities, I raised a Jira for this concern, could you please let me know if there is any upcoming actions like dependencies version upgrade or libraries stack cha

Re: [Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Hanen Ben Rhouma
17 at 1:43 PM, Farasath Ahamed wrote: > > > > > On Fri, Apr 28, 2017 at 3:10 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> Could you please tell me what are the minimum permissions required for a >> user to invoke token validation stub. >> >

[Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Hanen Ben Rhouma
Hello, Could you please tell me what are the minimum permissions required for a user to invoke token validation stub. curl --user admin:admin --header "Content-Type: text/xml" --header "SOAPAction: validate" -k -d @soap.xml https://localhost:9443/services/OAuth2TokenValidationService/ I don't wa

[Dev] [IS] OAuth2 token validation

2017-03-28 Thread Hanen Ben Rhouma
Hi, I have a question regarding oauth2 token validation: when I use client_credentials as grant type the generated token isn't valid (used the token validate() soap call) but the /oauth2/userinfo returns correctly the user attributes. Any explanation please? Regards, Hanen ___

Re: [Dev] [IS] Issue while trying to call oauth2 userinfo

2017-03-27 Thread Hanen Ben Rhouma
Yes you're right, we only need to identify to which tenant it belongs to so that data can be segregated accordingly. Regards, Hanen On Mon, Mar 27, 2017 at 1:29 PM, Farasath Ahamed wrote: > > > On Mon, Mar 27, 2017 at 1:26 PM, Hanen Ben Rhouma > wrote: > >> T

Re: [Dev] [IS] Issue while trying to call oauth2 userinfo

2017-03-27 Thread Hanen Ben Rhouma
.; http://wso2.com > Mobile: +94777603866 > Blog: blog.farazath.com > Twitter: @farazath619 <https://twitter.com/farazath619> > <http://wso2.com/signature> > > > > On Fri, Mar 24, 2017 at 10:05 PM, Hanen Ben Rhouma > wrote: > >> Hi, >

[Dev] [IS] Issue while trying to call oauth2 userinfo

2017-03-24 Thread Hanen Ben Rhouma
Hi, Do I need extra params to invoke the userinfo endpoint ( https://host:9443/oauth2/userinfo) ? I'm getting "error_description": "Access token does not have the openid scope", "error": "insufficient_scope" Eventhough I'm using Oauth2 without OpenID Regards, Hanen _

Re: [Dev] [IS] Source code of some modules

2017-03-17 Thread Hanen Ben Rhouma
uth-oauth/tree/v5.3.4/components/org.wso2.carbon.identity.oauth > [2] - https://github.com/wso2/carbon-identity-framework/ > tree/v5.7.5/components/authentication-framework/org.wso2.carbon.identity. > application.authentication.endpoint > > Regards, > Omindu. > > > On Thu, Ma

[Dev] [IS] Source code of some modules

2017-03-16 Thread Hanen Ben Rhouma
Hi guys, Could you please tell me where can I find the latest source code of org.wso2.carbon.identity.oauth (version 5.3.4) and the source code of the web application authenticationendpoint (shipped with WSO2 IS 5.3.0) Regards, Hanen ___ Dev mailing l

[Dev] [WSO2 IS] SaaS Application Mode in SP configuration

2017-02-14 Thread Hanen Ben Rhouma
Hello guys, I have a question regarding the configuration of the Service Provider. Say I want to share the SP configuration between all my tenants so that all users can access my application, for achieving this I created my SP instance in one of my tenants and checked the SaaS Application checkbox

Re: [Dev] [WSO2 IS] Generated IdP metadata urls are always pointing to localhost:9443

2017-02-13 Thread Hanen Ben Rhouma
VIC 3800 > Australia. > > E: herath.band...@monash.edu > M (+61) 43 491 6476 > > <https://www.linkedin.com/in/bandarakasun> > > > > On Mon, Feb 13, 2017 at 8:29 PM, Hanen Ben Rhouma > wrote: > >> >> Hello Guys, >> >> I have a question

[Dev] [WSO2 IS] Generated IdP metadata urls are always pointing to localhost:9443

2017-02-13 Thread Hanen Ben Rhouma
Hello Guys, I have a question regarding the generated IdP metadata, the generated SSo Url and Logout Url are always pointing to localhost:9443, I changed the HostName and Offset in carbon.xml and even the IdentityProviderURL and DefaultLogoutEndpoint in identity.xml but still the Urls are the same

[Dev] [WSO2 IS] Idp metadata url

2017-02-09 Thread Hanen Ben Rhouma
Hello guys, I have a question regarding IdP metadata, is there a web url from which we can download such metadata dynamically for each tenant without passing by the file download. If so do we need to add a request param to distinguish each tenant metadata url from the others? Regards, Hanen

[Dev] [WSO2 IS] Form based SSO SAML2 authentication

2017-02-07 Thread Hanen Ben Rhouma
Hi guys, Is it possible to authenticate users through a different approach from the form-based one, means can we escape the login page offered by WSO2 IS and pass the login/password from another web application directly to the IdP? Regards, Hanen ___ D

Re: [Dev] [WSO2 IS] SAML2 SSO2 into a tenant

2017-02-06 Thread Hanen Ben Rhouma
lob/release-5.3.0/ > modules/samples/sso/sso-agent-sample/src/main/resources/ > travelocity.properties#L100 > > Thanks > Godwin > > > On Mon, Feb 6, 2017 at 4:13 PM, Hanen Ben Rhouma > wrote: > >> Thanks Godwin but I'm afraid it didn't do the trick, the

Re: [Dev] [WSO2 IS] SAML2 SSO2 into a tenant

2017-02-06 Thread Hanen Ben Rhouma
y/IS530/Configuring+Local+and+ > Outbound+Authentication+for+a+Service+Provider > > Thanks > Godwin > > On Thu, Feb 2, 2017 at 7:13 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> I have a question regarding SAML2 SSO bewteen a web application having >>

[Dev] [WSO2 IS] SAML2 SSO2 into a tenant

2017-02-02 Thread Hanen Ben Rhouma
Hello, I have a question regarding SAML2 SSO bewteen a web application having Spring SAML and WSO2 IS as an Idp. Is it possible to take the username pattern: u...@tenant.com to identify the tenant which we want to authenticate our user within it? Regards, Hanen

[Dev] [WSO2 IS] Handle fine-grained role permissions : Enhancing the existing API or replacing it

2017-01-10 Thread Hanen Ben Rhouma
Hi, Let's suppose I want to develop a new API to handle a fine grained permissions per each created role. What should be the reference API that I need to modify or replace? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman

[Dev] [WSO2 IS] SCIM call to create a role with permissions

2017-01-10 Thread Hanen Ben Rhouma
Hi, Is it possible to create a role with a list of permissions through SCIM ? I created one with this command curl -v -k --user admin:admin --data '{"displayName": "TenantAdmin","members": [{"value":"09f55b8d-9a94-484c-9fff-09e02013167a","hanen": "hanen"}]}' --header "Content-Type:application/jso

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-06 Thread Hanen Ben Rhouma
Is it possible to hide the extra modules (IdP, SP, Claim Mgt, etc.) from the interface once the user is logged with a role which has "/permission/ admin/manage/identity" as permissions ? Regards, Hanen On Thu, Jan 5, 2017 at 12:06 PM, Hanen Ben Rhouma wrote: > I did add both pe

Re: [Dev] [VOTE] Release WSO2 MSF4J 2.1.0 RC3

2017-01-05 Thread Hanen Ben Rhouma
Hi, How can we get those samples? Regards, Hanen On Thu, Nov 3, 2016 at 10:01 AM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Devs, > > Thank you for testing the MSF4J 2.1.0 RC3. This vote is passed with 3 +1s > and 0 -1s. > Therefore we will proceed with the MSF4J 2.1.0 releas

[Dev] [WSO2 IS] Is it possible to make it a microservice?

2017-01-05 Thread Hanen Ben Rhouma
Hi, Is it possible to transform WSO2 IS into a microservice? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Hanen Ben Rhouma
gt; find tags for all the versions used for releases there. > > On Fri, Jan 6, 2017 at 12:52 AM, Hanen Ben Rhouma > wrote: > >> It worked, thanks!!! >> >> Could you tell me where is the official git repository from which I can >> get the source code of such rece

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Hanen Ben Rhouma
version AFAIK. > > On Fri, Jan 6, 2017 at 12:13 AM, Hanen Ben Rhouma > wrote: > >> 5.3.0-rc2 >> >> Regards, >> Hanen >> >> On Thu, Jan 5, 2017 at 11:36 AM, Chamila Wijayarathna < >> cdwijayarat...@gmail.com> wrote: >> >>> No,

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Hanen Ben Rhouma
5.3.0-rc2 Regards, Hanen On Thu, Jan 5, 2017 at 11:36 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > No, UI jars are the same as others, what is the IS version you are using? > > On Thu, Jan 5, 2017 at 9:24 PM, Hanen Ben Rhouma > wrote: > >> Hi Ch

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-05 Thread Hanen Ben Rhouma
; Management" and "Role Management" permissions. > > Regards! > Chamila > > On Thu, Jan 5, 2017 at 9:37 PM, Hanen Ben Rhouma > wrote: > >> Hi, >> >> In fact, even by using the SOAP service call to add role mgt only as a >> permission, the result is

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-05 Thread Hanen Ben Rhouma
ure list soon. > > We have created https://wso2.org/jira/browse/IDENTITY-5560 to track this > specific improvement, and it will consider fixing this in a future release. > > Thanks > > On Wed, Jan 4, 2017 at 7:13 PM, Hanen Ben Rhouma > wrote: > >> Hi, >> >&

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Hanen Ben Rhouma
t; repository/logs/patches log > > [1]. https://docs.wso2.com/display/IS510/Applying+Patches > > Regards! > Chamila > > On Thu, Jan 5, 2017 at 4:20 AM, Hanen Ben Rhouma > wrote: > >> What if I want to change the jsp managing such logic which is within >> org

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-04 Thread Hanen Ben Rhouma
te webapp) > > Thanks, > > On Wed, Jan 4, 2017 at 7:48 PM, Hanen Ben Rhouma > wrote: > >> Hi, >> >> Is there a way to restrict tenant users (having the permission to create >> other users) to a secondary user store; I noticed PRIMARY user store is >&g

[Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-04 Thread Hanen Ben Rhouma
Hi, Is there a way to restrict tenant users (having the permission to create other users) to a secondary user store; I noticed PRIMARY user store is always there when trying to create a new user even for tenant users, it leads to some confusion and some users can persist other newly created users

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-04 Thread Hanen Ben Rhouma
d work with "Roles Management" IMO, I'm not sure why it's not > implemented like that. > @Johann, Darshana : Any idea on this? > > On Wed, Jan 4, 2017 at 10:42 PM, Hanen Ben Rhouma > wrote: > >> >> Hello, >> >> What is the permission tha

[Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-04 Thread Hanen Ben Rhouma
Hello, What is the permission that gives the user the possibility to create roles and assign users to them? I tried "Roles Management" permission but it's not doing the trick. Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mai

[Dev] [WSO2 IS] Regression in user permissions management in 5.3.0-rc1

2017-01-03 Thread Hanen Ben Rhouma
Hello, When I create a user and assign him a role having "Login" as permission he can only login without any further actions within his Management Console, while in the previous version 5.2 the same kind of permission gives him the possibility to change his password. Is it a regression? If I want

[Dev] [WSO2 IS] Can't login with tenant users: password is hashed in external LDAP

2017-01-03 Thread Hanen Ben Rhouma
Hello, I have a question regarding user password hashing when using external LDAP user store. After creating a CustomUserStore I created some users from WSO2 IS Management Console and assigned them a custom role which has enough permissions (including login). Once they're created I tried to login

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
This > is the recommended way. must be the highest number in the folder. If > your patches folder is empty, use 0001. > > Regards! > Chamila > > On Sat, Dec 24, 2016 at 1:00 AM, Hanen Ben Rhouma > wrote: > >> I have attached the JSP file. Mainly I&

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
u are planning to include in front end? > > On Sat, Dec 24, 2016 at 12:41 AM, Hanen Ben Rhouma > wrote: > >> Actually, I did create a CustomUserStoreManager inheriting from >> ReadWriteLDAPUserStoreManager and overrode its method doAuthenticate, I >> packaged it as an O

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
ponent/dropins folder > and OSGI will automatically pick it. > > Hope that helps! > Chamila > > [1]. https://github.com/wso2/product-is/tree/master/ > modules/samples/workflow/handler/service-provider > > On Fri, Dec 23, 2016 at 11:35 PM, Hanen Ben Rhouma > wrote: > >&

[Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
in some > datasource accessible to this listener. > > However, I'm not sure how much effort you'll have to put, if you are going > to set the public holiday list at tenant creation time. > > [1]. https://docs.wso2.com/display/IS510/User+Store+Listeners > > On

Re: [Dev] [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
ays in user creation > form? Public Holidays attribute is not per user thing, is it? > > > On Fri, Dec 23, 2016 at 8:48 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> Is it possible to store in an external LDAP an attribute representing >> publicH

[Dev] [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Hanen Ben Rhouma
Hello, Is it possible to store in an external LDAP an attribute representing publicHolidays which is a list of dates, the idea is to have a custom attribute within the user creation form which accepts comma separated dates through a date picker widget. Do you think it's feasible within WSO2 IS?

[Dev] [IS] Login error popup customization

2016-12-22 Thread Hanen Ben Rhouma
Hello, I have a question regarding error handling within the authentication part of WSO IS: How can I customize the login error popup when login/pwd are correct but a third attribute is not valid (in my case login time is out of range of "workingHours" attribute). Like instead of having a popup w

Re: [Dev] [IS] Enhance authentication criteria with a third attribute

2016-12-22 Thread Hanen Ben Rhouma
Hi Godwin, I'm referring the IS management console. Regards, Hanen On Thu, Dec 22, 2016 at 10:30 AM, Godwin Shrimal wrote: > Hi Hanen, > > You are referring logging to Identity Server management console or SSO > login ? > > Thanks > Godwin > > > On Thu,

[Dev] [IS] Enhance authentication criteria with a third attribute

2016-12-22 Thread Hanen Ben Rhouma
Hello, Is there a way to manage authentication based on a third attribute like "workingHours" which specifies in which time interval is the user authorized to access ? Can we customize WSO2 IS to take this attribute into account? Regards, Hanen ___ Dev

[Dev] [WSO2 IS] Issue whien trying to customize user form creation

2016-12-21 Thread Hanen Ben Rhouma
Hello, I am trying to enrich the user creation form within WSO2 IS. For this I checked out the source code of org.wso2.carbon.user.mgt.ui-5.6.34 and changed it a bit by adding an "organization" attribute within the first step in user creation form (modified *add-step1.jsp*, *add-finish-ajaxprocess

Re: [Dev] WSO2 IS : Create a Tenant

2016-12-21 Thread Hanen Ben Rhouma
; Tharindu > > On Wed, Dec 14, 2016 at 4:16 PM, Hanen Ben Rhouma > wrote: > >> Thanks Ishara for the answer. As I can see in multitenancy-packages.xml >> the demo plan offers a limit of one user; what does that mean, are we >> allowed to deploy multi-users per tenan

Re: [Dev] Regarding users/roles creation per tenant and within a secondary ReadWriteLDAP userstore

2016-12-21 Thread Hanen Ben Rhouma
onsole and add any > secondary userstore and create users in those user stores. > > Regards, > Tharindu > > On Tue, Dec 20, 2016 at 7:54 PM, Hanen Ben Rhouma > wrote: > >> Thanks guys for the answer, I restarted from a fresh installation of WSO2 >> and kept my secondar

Re: [Dev] Regarding users/roles creation per tenant and within a secondary ReadWriteLDAP userstore

2016-12-20 Thread Hanen Ben Rhouma
nant admin's credentials to authenticate in the SOAP > client. Then the user will be added to the particular tenant when you > browse the LDAP you would see the user is created. Let us know if this is > not the case so we can guide you. > > Regards, > Tharindu > > On Mon, D

[Dev] Regarding users/roles creation per tenant and within a secondary ReadWriteLDAP userstore

2016-12-19 Thread Hanen Ben Rhouma
Hello, I have a question regarding tenants management within WSO2 IS; When I create a tenant there is a tenant admin created simultaneously, I checked apacheDS directory and didn't find him there. Where is he persisted? I have another question regarding secondary user store: I have configured a R

[Dev] WSO2 IS : Change admin username/password through environment variables

2016-12-14 Thread Hanen Ben Rhouma
Hello, We're trying to launch WSO2 IS from a docker image by passing admin username and password as environment variables: JAVA_OPTS="-DWSO2_ADMIN_USERNAME=customuser -DWSO2_ADMIN_PASSWORD=custompwd" ./bin/wso2server.sh while WSO2_ADMIN_USERNAME and WSO2_ADMIN_PASSWORD are declared within user

Re: [Dev] WSO2 IS : Create a Tenant

2016-12-14 Thread Hanen Ben Rhouma
Thanks Ishara for the answer. As I can see in multitenancy-packages.xml the demo plan offers a limit of one user; what does that mean, are we allowed to deploy multi-users per tenant on AWS for example even if we have a Demo plan? Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Wed, Dec 14

[Dev] WSO2 IS : Create a Tenant

2016-12-13 Thread Hanen Ben Rhouma
Hello guys, When trying to create a tenant, there is only one option for usage plan which is "Demo", how can we customize it and what are the other options? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] JIRA Account to report bugs

2016-12-12 Thread Hanen Ben Rhouma
Thanks Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Thu, Dec 8, 2016 at 3:20 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Hanen, > > You can register an account at [1] and then you should be able to login to > public JIRA > > [1] - https:

Re: [Dev] Docker image deployment in the Cloud

2016-12-12 Thread Hanen Ben Rhouma
SO2* >> >> Email: hars...@wso2.com >> Mob: +94715186770 <+94%2071%20518%206770> >> Blog: http://harshathirimanna.blogspot.com/ >> Twitter: http://twitter.com/harshathirimann >> Linked-In: linked-in: http://www.linkedin.com/pub/ha >> rsha-thirimanna/10

[Dev] Docker image deployment in the Cloud

2016-12-09 Thread Hanen Ben Rhouma
Hello, I have a question related to WSO2 IS deployment on the cloud: what is the best approach to set up a continuous build pipeline for WSO2 IS knowing that the idea behind is to launch a dockerfile which is going to deploy the WSO2 IS image on AWS, the challenge is how can we keep our dynamic da

[Dev] JIRA Account to report bugs

2016-12-08 Thread Hanen Ben Rhouma
Could you please create me a jira account to report bugs related to WSO2 IS 5.3.0-Beta ? Thanks, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Hanen Ben Rhouma
n the administration console. On Thu, Dec 8, 2016 at 12:15 PM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > I'm not very clear about the issue you are having. Can you explain? > > On Thu, Dec 8, 2016 at 10:10 PM, Hanen Ben Rhouma > wrote: > >&g

Re: [Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Hanen Ben Rhouma
IDENTITY-5221 > > On Thu, Dec 8, 2016 at 9:31 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> Why did you guys remove Governance module from WSO2 IS 5.3.0 Beta ? >> >> >> Regards, >> Hanen >> >> _

[Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Hanen Ben Rhouma
Hello, Why did you guys remove Governance module from WSO2 IS 5.3.0 Beta ? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 IS 5.3.0-Alpha2 : Not Able to authenticate users coming from External LDAP user store

2016-12-07 Thread Hanen Ben Rhouma
Both tweaks didn't change anything. Do I have to modify claim-config.xml ? Do you have a working example with OpenLDAP default schemas ? Regards, Hanen On Wed, Dec 7, 2016 at 11:55 AM, Hanen Ben Rhouma wrote: > Both tweaks didn't change anything. Do I have to modify claim-conf

Re: [Dev] WSO2 IS 5.3.0-Alpha2 : Not Able to authenticate users coming from External LDAP user store

2016-12-07 Thread Hanen Ben Rhouma
3%202729> > > On Tue, Dec 6, 2016 at 7:18 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> I'm facing an issue while trying to authenticate external users (coming >> from an external OpenLDAP user store) through WSO2 IS. There are missing >> claim

[Dev] WSO2 IS 5.3.0-Alpha2 : Not Able to authenticate users coming from External LDAP user store

2016-12-06 Thread Hanen Ben Rhouma
Hello, I'm facing an issue while trying to authenticate external users (coming from an external OpenLDAP user store) through WSO2 IS. There are missing claims that are required and even through I commented all what my LDAP doesn't provide in claim-config.xml I'm still not able to authenticate use

Re: [Dev] WSO2 5.3.0 carbon repo

2016-11-28 Thread Hanen Ben Rhouma
ile: +94777860160 > WSO2 Inc. | http://wso2.com > lean.enterprise.middleware > > On Mon, Nov 28, 2016 at 7:51 PM, Hanen Ben Rhouma > wrote: > >> Hello, >> >> What's the carbon repository compatible with WSO2 IS 5.3.0 Alpha3 ? >> >> >> Regards, >> Ha

Re: [Dev] SSO enablement

2016-11-28 Thread Hanen Ben Rhouma
sso > > > > Thanks, > > Farasath Ahamed > Software Engineer, WSO2 Inc.; http://wso2.com > Mobile: +94777603866 > Blog: blog.farazath.com > Twitter: @farazath619 <https://twitter.com/farazath619> > <http://wso2.com/signature> > > > > On Mon, Nov 28,

[Dev] WSO2 5.3.0 carbon repo

2016-11-28 Thread Hanen Ben Rhouma
Hello, What's the carbon repository compatible with WSO2 IS 5.3.0 Alpha3 ? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] SSO enablement

2016-11-28 Thread Hanen Ben Rhouma
Hello, In order to enable an SP initiated SSO which uses a federated authenticator represented by the Idp we need to add some code to the service provider application. Is this part documented somewhere with WSO2 IS ? Regards, Hanen ___ Dev mailing list

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-23 Thread Hanen Ben Rhouma
Yes I did check both options. Actually, my custom userstore inherits from JDBCUserstore and override one method which is getUserPropertyValues. I'm not sure that this is sufficient, are there other methods that need to be overridden in order to get those claims ? Regards, *Hanen Ben R

Re: [Dev] Password Policy in WSO2 Identity Server

2016-11-23 Thread Hanen Ben Rhouma
Thanks Sherene, When is the release date for 5.3.0 ? Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Tue, Nov 22, 2016 at 12:32 PM, Sherene Mahanama wrote: > Hi Hanen, > > The documentation for configuring password policy per tenant can be found > here [1]. It is a featur

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-23 Thread Hanen Ben Rhouma
token, while checking the SAML response I didn't find any of the claims I declared. Is there a config part apart from declaring custom claims ? Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Tue, Nov 22, 2016 at 5:32 AM, Maduranga Siriwardena wrote: > Hi Hanen, > > As I understood,

[Dev] Password Policy in WSO2 Identity Server

2016-11-21 Thread Hanen Ben Rhouma
Hello, Does WSO2 IS support password policy definition per tenant ? If so, is there any documentation about it ? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-21 Thread Hanen Ben Rhouma
Any ideas guys? Regards, Hanen On Fri, Nov 18, 2016 at 4:38 PM, Hanen Ben Rhouma wrote: > Hello, > > The tutorial doesn't answer the question "how can I interface with a REST > API", there are many examples around custom JDBC stores but for REST calls > I could

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-18 Thread Hanen Ben Rhouma
anen On Thu, Nov 3, 2016 at 9:53 AM, Hanen Ben Rhouma wrote: > Thanks Gayan, > > I followed the blog entry but now I'm receiving another kind of error > related to domain name: > > [2016-11-03 09:50:15,556] ERROR {org.wso2.carbon.identity. > user.store.configuration.UserS

[Dev] WSO2 Identity Server on the cloud with custom data stores (not the classic connectors)

2016-11-14 Thread Hanen Ben Rhouma
Hello, Can WSO2 Identity Server be installed on the cloud and communicate with custom data stores installed on premises (like through REST endpoints, LDAP or JDBC stores) ? If so, how much time does the whole installation/configuration/deployment process take ? Regards, *Hanen Ben Rhouma

Re: [Dev] WSO2 IS tests automation

2016-11-08 Thread Hanen Ben Rhouma
Thanks Lakshani :) Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Mon, Nov 7, 2016 at 5:39 PM, Lakshani Gamage wrote: > Hi Hanen, > > There are IS automation tests in [1]. See if they are useful. > > [1] https://github.com/wso2/product-is/tree/master/ > modules/integration

[Dev] WSO2 IS tests automation

2016-11-07 Thread Hanen Ben Rhouma
Hello guys, Are there some examples for test automation to WSO2 IS features including Entitlement/Authentication and User management? Regards, Hanen ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-03 Thread Hanen Ben Rhouma
.wso2.carbon.identity.user.store.configuration.UserStoreConfigAdminService.writeUserMgtXMLFile(UserStoreConfigAdminService.java:825) How can I configure the domain in order for WSO2 IS to generate the required XML file? Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Wed, Nov 2, 2016 at 7:14 PM, Gayan Gunawardana wrote: > > &g

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-11-02 Thread Hanen Ben Rhouma
Regards, *Hanen Ben Rhouma* *Java Tech Lead* On Tue, Nov 1, 2016 at 2:10 AM, Gayan Gunawardana wrote: > Hi Hanen, > > On Mon, Oct 31, 2016 at 9:57 PM, Hanen Ben Rhouma > wrote: > >> Thanks guys for your help but I guess I didn't explain it well; Actually, >> I&

Re: [Dev] Token generation through user details retriveal from DB or REST API

2016-10-31 Thread Hanen Ben Rhouma
Thanks guys for your help but I guess I didn't explain it well; Actually, I'm looking for a step by step configuration that allows me to create an identity provider which jumps to our DB or any other inhouse endpoint (it can be a REST endpoint) in order to retrieve user details and aggregate them w

[Dev] Token generation through user details retriveal from DB or REST API

2016-10-28 Thread Hanen Ben Rhouma
Hello, We’re working on a POC related to Authentication and Identity Management using WSO2. We’re looking for a way to configure the Identity Provider to communicate with a REST API or even a database in order to retrieve more details about the user trying to authenticate so that those details c