[Dev] Connection to management console with federated idp user

2017-06-06 Thread Koné Alioune Badara
Hello,

I have a question regarding the federated authentication.

Let's say I have a user, federated by Wso2 IS, is this user can connect to
the Wso2 IS management console ?

If yes is that possible to map its roles with the saml assertion from the
federation, so my user can log as admin or else?


Regards.

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Oauth2 token multi session per users

2017-05-11 Thread Koné Alioune Badara
Hello,

Thank you for you answer.

I've noticed the following behavior, if I am already connected with a user
and I connect with the same user through another browser, a new token is
generated, but I received the same refresh token, what is the scope
combination to obtain the same token so the both sessions can be active?

Regards.

2017-05-10 19:32 GMT+02:00 Farasath Ahamed :

>
> On Wed, May 10, 2017 at 6:21 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> Is it possible to have multiple JWT token active at the same time per
>> user with OAUTH2 protocol.
>>
>
>> For exemple if my user, log in two different browsers, its only the last
>> connection's token that is active, is it possible to have both token ative
>> at the same time?
>>
>
> As of now, we have only one active token for client_id, user, scope
> combination. So if you come via two browsers and request a new token for
> the  client_id, user, scope combination you would get the same token.
>
> Therefore, a workaround would be to obtain tokens with different scope
> parameters when you are coming via different browsers.
> This an improvement that we have tracked via [1]
>
>
>
> [1]  https://wso2.org/jira/browse/IDENTITY-4404
>
>
>> Regards.
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Oauth2 token multi session per users

2017-05-10 Thread Koné Alioune Badara
Hello,

Is it possible to have multiple JWT token active at the same time per user
with OAUTH2 protocol.

For exemple if my user, log in two different browsers, its only the last
connection's token that is active, is it possible to have both token ative
at the same time?

Regards.

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Tenant domain in Oauth2 response

2017-03-03 Thread Koné Alioune Badara
Hello,

I have question regarding the OAuth2 authentication.

I have configured a SP in the carbon.super tenant and using in with the
SaaS.

Let's say I have a user in tenant A, when I log in, is it possible to have
in the response, my user's tenantDomain?

Regards.

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Email template saving issue

2017-01-19 Thread Koné Alioune Badara
Hello,

I even tried to delete the template in the tenant and recreate it and I
still receive the same old mail.

Regards

2017-01-19 10:27 GMT+01:00 Koné Alioune Badara :

> Hello,
>
> Thank you for your answers.
>
> I tried by changing in the super tenant and the tenant under too. But I
> still having the old version of my template sent by mail, I tried to
> restart the application in case of there was any cache but still the same
> result.
>
> Regards.
>
> 2017-01-18 17:49 GMT+01:00 Farasath Ahamed :
>
>> Hi,
>>
>> I tested to check whether the changes done through the UI are reflected
>> in the backend in Email Template Management component.
>>
>> 1. Created a tenant
>> 2. Changed an Email Template (AskPassword) and saved it.
>> 3. Used I18nEmailMgtConfigService[1] to retrieve all templates available
>> for the tenant.
>> 4. Verified that the changes made were reflected in the template.
>>
>> I was able to confirm that the changes made from UI were there in the
>> backend(registry).
>>
>> @Kone
>> As suggested by Isura seems like in the flow you are trying out the
>> templates are retrieved from super tenant domain. You can confirm this by
>> making changes to AskPassword template in both super tenant and tenant
>> template by adding the tenant domain somewhere in the template that you can
>> identify which template was used in the flow.
>>
>>
>> [1] https://github.com/wso2-extensions/identity-event-handle
>> r-notification/blob/master/components/email-mgt/org.wso2.
>> carbon.email.mgt/src/main/java/org/wso2/carbon/email/
>> mgt/I18nEmailMgtConfigService.java
>>
>>
>> Regards,
>> 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 Wed, Jan 18, 2017 at 6:42 PM, Koné Alioune Badara <
>> kon...@etna-alternance.net> wrote:
>>
>>> Hello,
>>> The steps I followed are:
>>>
>>> As a super admin I create a new tenant.
>>> Then I log in the new tenant with its admin credentilas.
>>> Then I go the email template for the askPassword, change the IP address
>>> in the url and save.
>>> I create a new user with a mail sent with a link.
>>> In the mail sent, the link still have the old IP address.
>>>
>>> Note: I'm using the 5.3.0 rc2.
>>>
>>> Regards.
>>>
>>> 2017-01-18 12:05 GMT+01:00 Isura Karunaratne :
>>>
>>>> Hi Kone,
>>>>
>>>> Can you explain the steps you followed? Looks like the operation is
>>>> triggered for the super tenant. What is the Identity Sever version you
>>>> tested ?
>>>>
>>>> Thanks
>>>> Isura.
>>>>
>>>>
>>>> *Isura Dilhara Karunaratne*
>>>> Senior Software Engineer | WSO2
>>>> Email: is...@wso2.com
>>>> Mob : +94 772 254 810 <+94%2077%20225%204810>
>>>> Blog : http://isurad.blogspot.com/
>>>>
>>>>
>>>>
>>>>
>>>> On Wed, Jan 18, 2017 at 4:29 PM, Koné Alioune Badara <
>>>> kon...@etna-alternance.net> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I got that, but when I'm changing in the template in the tenant, it
>>>>> still taking the old one, I have a message that says it is saved, but when
>>>>> I received the email, it is the template that was at the creation of the
>>>>> tenant.
>>>>>
>>>>> Regards
>>>>>
>>>>> 2017-01-18 11:56 GMT+01:00 Chamila Wijayarathna <
>>>>> cdwijayarat...@gmail.com>:
>>>>>
>>>>>> Hi Kone,
>>>>>>
>>>>>> When you change email template in management console, it will only
>>>>>> affect the specific tenant you do the operation. If you change email
>>>>>> templates by login to super tenant, those changes will be only available 
>>>>>> in
>>>>>> super tenant.
>>>>>>
>>>>>> If you want to change email templates permanently for all tenants,
>>>>>> you can do this by editing email templates at 
>>>>>> repository/conf/email/email-admin-config.xml.
>>>>>> These changes will affect all tenants that you cre

Re: [Dev] Email template saving issue

2017-01-19 Thread Koné Alioune Badara
Hello,

Thank you for your answers.

I tried by changing in the super tenant and the tenant under too. But I
still having the old version of my template sent by mail, I tried to
restart the application in case of there was any cache but still the same
result.

Regards.

2017-01-18 17:49 GMT+01:00 Farasath Ahamed :

> Hi,
>
> I tested to check whether the changes done through the UI are reflected in
> the backend in Email Template Management component.
>
> 1. Created a tenant
> 2. Changed an Email Template (AskPassword) and saved it.
> 3. Used I18nEmailMgtConfigService[1] to retrieve all templates available
> for the tenant.
> 4. Verified that the changes made were reflected in the template.
>
> I was able to confirm that the changes made from UI were there in the
> backend(registry).
>
> @Kone
> As suggested by Isura seems like in the flow you are trying out the
> templates are retrieved from super tenant domain. You can confirm this by
> making changes to AskPassword template in both super tenant and tenant
> template by adding the tenant domain somewhere in the template that you can
> identify which template was used in the flow.
>
>
> [1] https://github.com/wso2-extensions/identity-event-
> handler-notification/blob/master/components/email-mgt/
> org.wso2.carbon.email.mgt/src/main/java/org/wso2/carbon/email/mgt/
> I18nEmailMgtConfigService.java
>
>
> Regards,
> 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 Wed, Jan 18, 2017 at 6:42 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>> The steps I followed are:
>>
>> As a super admin I create a new tenant.
>> Then I log in the new tenant with its admin credentilas.
>> Then I go the email template for the askPassword, change the IP address
>> in the url and save.
>> I create a new user with a mail sent with a link.
>> In the mail sent, the link still have the old IP address.
>>
>> Note: I'm using the 5.3.0 rc2.
>>
>> Regards.
>>
>> 2017-01-18 12:05 GMT+01:00 Isura Karunaratne :
>>
>>> Hi Kone,
>>>
>>> Can you explain the steps you followed? Looks like the operation is
>>> triggered for the super tenant. What is the Identity Sever version you
>>> tested ?
>>>
>>> Thanks
>>> Isura.
>>>
>>>
>>> *Isura Dilhara Karunaratne*
>>> Senior Software Engineer | WSO2
>>> Email: is...@wso2.com
>>> Mob : +94 772 254 810 <+94%2077%20225%204810>
>>> Blog : http://isurad.blogspot.com/
>>>
>>>
>>>
>>>
>>> On Wed, Jan 18, 2017 at 4:29 PM, Koné Alioune Badara <
>>> kon...@etna-alternance.net> wrote:
>>>
>>>> Hello,
>>>>
>>>> I got that, but when I'm changing in the template in the tenant, it
>>>> still taking the old one, I have a message that says it is saved, but when
>>>> I received the email, it is the template that was at the creation of the
>>>> tenant.
>>>>
>>>> Regards
>>>>
>>>> 2017-01-18 11:56 GMT+01:00 Chamila Wijayarathna <
>>>> cdwijayarat...@gmail.com>:
>>>>
>>>>> Hi Kone,
>>>>>
>>>>> When you change email template in management console, it will only
>>>>> affect the specific tenant you do the operation. If you change email
>>>>> templates by login to super tenant, those changes will be only available 
>>>>> in
>>>>> super tenant.
>>>>>
>>>>> If you want to change email templates permanently for all tenants, you
>>>>> can do this by editing email templates at 
>>>>> repository/conf/email/email-admin-config.xml.
>>>>> These changes will affect all tenants that you create after changing the
>>>>> XML and restarting the server. However, AFAIK tenant you created before
>>>>> changing the XML will still have old templates.
>>>>>
>>>>> Thank You!
>>>>>
>>>>> On Wed, Jan 18, 2017 at 9:44 PM, Koné Alioune Badara <
>>>>> kon...@etna-alternance.net> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I'm trying to modify the email templates in the Wso2 IS management
>>>>>> console but it is not

Re: [Dev] Email template saving issue

2017-01-18 Thread Koné Alioune Badara
Hello,
The steps I followed are:

As a super admin I create a new tenant.
Then I log in the new tenant with its admin credentilas.
Then I go the email template for the askPassword, change the IP address in
the url and save.
I create a new user with a mail sent with a link.
In the mail sent, the link still have the old IP address.

Note: I'm using the 5.3.0 rc2.

Regards.

2017-01-18 12:05 GMT+01:00 Isura Karunaratne :

> Hi Kone,
>
> Can you explain the steps you followed? Looks like the operation is
> triggered for the super tenant. What is the Identity Sever version you
> tested ?
>
> Thanks
> Isura.
>
>
> *Isura Dilhara Karunaratne*
> Senior Software Engineer | WSO2
> Email: is...@wso2.com
> Mob : +94 772 254 810 <+94%2077%20225%204810>
> Blog : http://isurad.blogspot.com/
>
>
>
>
> On Wed, Jan 18, 2017 at 4:29 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> I got that, but when I'm changing in the template in the tenant, it still
>> taking the old one, I have a message that says it is saved, but when I
>> received the email, it is the template that was at the creation of the
>> tenant.
>>
>> Regards
>>
>> 2017-01-18 11:56 GMT+01:00 Chamila Wijayarathna > >:
>>
>>> Hi Kone,
>>>
>>> When you change email template in management console, it will only
>>> affect the specific tenant you do the operation. If you change email
>>> templates by login to super tenant, those changes will be only available in
>>> super tenant.
>>>
>>> If you want to change email templates permanently for all tenants, you
>>> can do this by editing email templates at 
>>> repository/conf/email/email-admin-config.xml.
>>> These changes will affect all tenants that you create after changing the
>>> XML and restarting the server. However, AFAIK tenant you created before
>>> changing the XML will still have old templates.
>>>
>>> Thank You!
>>>
>>> On Wed, Jan 18, 2017 at 9:44 PM, Koné Alioune Badara <
>>> kon...@etna-alternance.net> wrote:
>>>
>>>> Hello,
>>>>
>>>> I'm trying to modify the email templates in the Wso2 IS management
>>>> console but it is not very been successful. I tried to change it and the
>>>> save does work but when I receive the email it is still the old one. Even
>>>> when I change the super tenant's one and create a new tenant, it sill take
>>>> the old templates. So i'm asking how can I change the email templates?
>>>>
>>>> Regards.
>>>>
>>>> --
>>>> Cordialement,
>>>>
>>>> Alioune B KONÉ.
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Chamila Dilshan Wijayarathna,
>>> PhD Research Student
>>> The University of New South Wales (UNSW Canberra)
>>> Australian Centre for Cyber Security
>>> Australian Defence Force Academy
>>> PO Box 7916, Canberra BA ACT 2610
>>> Australia
>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>
>>>
>>
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>> MASTER ETNA 2016.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Email template saving issue

2017-01-18 Thread Koné Alioune Badara
Hello,

I got that, but when I'm changing in the template in the tenant, it still
taking the old one, I have a message that says it is saved, but when I
received the email, it is the template that was at the creation of the
tenant.

Regards

2017-01-18 11:56 GMT+01:00 Chamila Wijayarathna :

> Hi Kone,
>
> When you change email template in management console, it will only affect
> the specific tenant you do the operation. If you change email templates by
> login to super tenant, those changes will be only available in super tenant.
>
> If you want to change email templates permanently for all tenants, you can
> do this by editing email templates at 
> repository/conf/email/email-admin-config.xml.
> These changes will affect all tenants that you create after changing the
> XML and restarting the server. However, AFAIK tenant you created before
> changing the XML will still have old templates.
>
> Thank You!
>
> On Wed, Jan 18, 2017 at 9:44 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> I'm trying to modify the email templates in the Wso2 IS management
>> console but it is not very been successful. I tried to change it and the
>> save does work but when I receive the email it is still the old one. Even
>> when I change the super tenant's one and create a new tenant, it sill take
>> the old templates. So i'm asking how can I change the email templates?
>>
>> Regards.
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chamila Dilshan Wijayarathna,
> PhD Research Student
> The University of New South Wales (UNSW Canberra)
> Australian Centre for Cyber Security
> Australian Defence Force Academy
> PO Box 7916, Canberra BA ACT 2610
> Australia
> Mobile:(+61)416895795 <+61%20416%20895%20795>
>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Email template saving issue

2017-01-18 Thread Koné Alioune Badara
Hello,

I'm trying to modify the email templates in the Wso2 IS management console
but it is not very been successful. I tried to change it and the save does
work but when I receive the email it is still the old one. Even when I
change the super tenant's one and create a new tenant, it sill take the old
templates. So i'm asking how can I change the email templates?

Regards.

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] User Creation

2017-01-13 Thread Koné Alioune Badara
Hello,

When you says 'the request', which of the requests are you referring about?

In my use case, it is the admin of tenant1 that creates a user1, then user1
receive a link to go to the InfoRecovrySample, and I put put this link in a
browser, I get an invalid code error, but when it is the super admin that
does it to create a user in the super tenant, it works fine.

And referring the second question of my last mail can you help me on that?

Regards,


2017-01-13 0:11 GMT+01:00 Chamila Wijayarathna :

> Hi Koné,
>
> I think tenant is retrieved from the user who initiate the request.
>
> If the admin of tenant1.com (eg:ad...@tenant1.com) initiate the request,
> user should be created in the corresponding tenant.
>
> Regards!
> Chamila
>
> On Fri, Jan 13, 2017 at 4:01 AM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> I'm using the rest method of this documentation for the user creation
>> through askPassword:
>>  https://docs.wso2.com/display/IS530/Creating+Users+using+
>> the+Ask+Password+Option#CreatingUsersusingtheAskPasswordOpti
>> on-UsingtheRESTAPI
>>
>> Can you tell me how can I fill in the tenantId of the tenant in which I
>> want to create the user? Because I tried using the soap method, it works
>> very well for the super tenant, but not the tenants under. It seems like
>> the tenant name is not send to the server and so it is trying to find the
>> confirmation code for users in the super tenant.
>>
>> Regards,
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chamila Dilshan Wijayarathna,
> PhD Research Student
> The University of New South Wales (UNSW Canberra)
> Australian Centre for Cyber Security
> Australian Defence Force Academy
> PO Box 7916, Canberra BA ACT 2610
> Australia
> Mobile:(+61)416895795 <+61%20416%20895%20795>
>
>


-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] User Creation

2017-01-12 Thread Koné Alioune Badara
Hello,

I'm using the rest method of this documentation for the user creation
through askPassword:

https://docs.wso2.com/display/IS530/Creating+Users+using+the+Ask+Password+Option#CreatingUsersusingtheAskPasswordOption-UsingtheRESTAPI

Can you tell me how can I fill in the tenantId of the tenant in which I
want to create the user? Because I tried using the soap method, it works
very well for the super tenant, but not the tenants under. It seems like
the tenant name is not send to the server and so it is trying to find the
confirmation code for users in the super tenant.

Regards,

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Wso2IS info recovery sample

2017-01-11 Thread Koné Alioune Badara
Hello,

Following my last email, the probleme is that, I created a tenant which
uses a ReadOnlyLdapUserStore as user store. When I'm trying to create a
user through the askPassword feature, I'm getting an error saying that
: Invalid confirmation code for the user. But when I create a user in the
main tenant using the sanme feature, it works fine. So can you give me any
details on the problem?

Still can you confirm that when I disable the captcha in the
identity-mgt.properties file it is disable for all the tenant?

Regards,


2017-01-11 18:10 GMT+01:00 Koné Alioune Badara :

> Hi,
>
> How can I disable the captcha validation for the tenants for the
> AskPassword FEATURE ?
>
> --
> Cordialement,
>
> Alioune B KONÉ.
>



-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Wso2IS info recovery sample

2017-01-11 Thread Koné Alioune Badara
Hi,

How can I disable the captcha validation for the tenants for the
AskPassword FEATURE ?

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] InoRecoverySample

2017-01-04 Thread Koné Alioune Badara
Hello,

I'm having issues running the InfoRecoverySample application in Tomcat, I'm
getting the following errors at the start of tomcat :

INFO:
validateJarFile(/home/svprem/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/info-recovery-sample/WEB-INF/lib/javax.servlet-3.0.0.v201112011016.jar)
- jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
Jan 04, 2017 3:19:42 PM org.apache.catalina.loader.WebappClassLoader
validateJarFile
INFO:
validateJarFile(/home/svprem/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/info-recovery-sample/WEB-INF/lib/javax.servlet-api-3.1.0.jar)
- jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
Jan 04, 2017 3:19:44 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Exception sending context initialized event to listener instance of
class SampleContextEventListener
java.lang.NoSuchMethodError:
javax.servlet.ServletContext.getClassLoader()Ljava/lang/ClassLoader;
at
SampleContextEventListener.contextInitialized(SampleContextEventListener.java:36)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)

Jan 04, 2017 3:19:44 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 04, 2017 3:19:44 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/InfoRecoverySample] startup failed due to previous errors

Can you give me any tips on what is causing this error?

I'm using tomcat 6.

Regards,

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Logs in Wso2 IS

2017-01-04 Thread Koné Alioune Badara
Hello,

Thank you for the answer, is it planned to add that audit in the UI? If
not, is there a possibility to add an external pluggin to do so?

Regards.

2017-01-04 10:57 GMT+01:00 Darshana Gunawardana :

> Hi Koné,
>
> The default management console does not provide the capability to monitor
> audit logs from its UI.
>
> Adding our analytics experts to get more insight from our log analyzing
> efforts.
>
> Thanks,
>
> On Wed, Jan 4, 2017 at 2:54 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> Yes it is exactly what I mean.
>>
>> Regards.
>>
>> 2017-01-04 9:41 GMT+01:00 Chamila Wijayarathna 
>> :
>>
>>> Hi Koné,
>>>
>>> What you mean by having the log in the management console? You want to
>>> see the log in a UI page in management console?
>>>
>>> On Wed, Jan 4, 2017 at 7:37 PM, Koné Alioune Badara <
>>> kon...@etna-alternance.net> wrote:
>>>
>>>> Hello,
>>>>
>>>> Thank you for your answers, is there anyway to have this log in the
>>>> management console?
>>>>
>>>> Regards.
>>>>
>>>> 2017-01-04 2:19 GMT+01:00 Chamila Wijayarathna <
>>>> cdwijayarat...@gmail.com>:
>>>>
>>>>> I reporter issue with audit logs in profile update at [1
>>>>> <https://wso2.org/jira/browse/IDENTITY-5557>]. Please feel free to
>>>>> close if not relevant.
>>>>>
>>>>> [1]. https://wso2.org/jira/browse/IDENTITY-5557
>>>>>
>>>>> On Wed, Jan 4, 2017 at 10:01 AM, Chamila Wijayarathna <
>>>>> cdwijayarat...@gmail.com> wrote:
>>>>>
>>>>>> Hi Koné,
>>>>>>
>>>>>> You can find logs for user creation and deletion at
>>>>>> /repository/logs/audit file. It also logs change password events. However
>>>>>> it does not seem to log user profile update events which IMO should be
>>>>>> logged as well.
>>>>>>
>>>>>> @Johann : Is there any particular reason for not logging user profile
>>>>>> updates at audit logs?
>>>>>>
>>>>>> Regards!
>>>>>>
>>>>>> On Wed, Jan 4, 2017 at 4:05 AM, Koné Alioune Badara <
>>>>>> kon...@etna-alternance.net> wrote:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> Where can I find the logs of user created/updated/deleted in Wso2IS
>>>>>>> management console?
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> --
>>>>>>> Cordialement,
>>>>>>>
>>>>>>> Alioune B KONÉ.
>>>>>>>
>>>>>>> ___
>>>>>>> Dev mailing list
>>>>>>> Dev@wso2.org
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Chamila Dilshan Wijayarathna,
>>>>>> PhD Research Student
>>>>>> The University of New South Wales (UNSW Canberra)
>>>>>> Australian Centre for Cyber Security
>>>>>> Australian Defence Force Academy
>>>>>> PO Box 7916, Canberra BA ACT 2610
>>>>>> Australia
>>>>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Chamila Dilshan Wijayarathna,
>>>>> PhD Research Student
>>>>> The University of New South Wales (UNSW Canberra)
>>>>> Australian Centre for Cyber Security
>>>>> Australian Defence Force Academy
>>>>> PO Box 7916, Canberra BA ACT 2610
>>>>> Australia
>>>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Cordialement,
>>>>
>>>> Alioune B KONÉ.
>>>> MASTER ETNA 2016.
>>>>
>>>
>>>
>>>
>>> --
>>> Chamila Dilshan Wijayarathna,
>>> PhD Research Student
>>> The University of New South Wales (UNSW Canberra)
>>> Australian Centre for Cyber Security
>>> Australian Defence Force Academy
>>> PO Box 7916, Canberra BA ACT 2610
>>> Australia
>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>
>>>
>>
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>> MASTER ETNA 2016.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Regards,
>
>
> *Darshana Gunawardana*Associate Technical Lead
> WSO2 Inc.; http://wso2.com
>
> *E-mail: darsh...@wso2.com *
> *Mobile: +94718566859 <+94%2071%20856%206859>*Lean . Enterprise .
> Middleware
>



-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Logs in Wso2 IS

2017-01-04 Thread Koné Alioune Badara
Hello,

Yes it is exactly what I mean.

Regards.

2017-01-04 9:41 GMT+01:00 Chamila Wijayarathna :

> Hi Koné,
>
> What you mean by having the log in the management console? You want to see
> the log in a UI page in management console?
>
> On Wed, Jan 4, 2017 at 7:37 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> Thank you for your answers, is there anyway to have this log in the
>> management console?
>>
>> Regards.
>>
>> 2017-01-04 2:19 GMT+01:00 Chamila Wijayarathna 
>> :
>>
>>> I reporter issue with audit logs in profile update at [1
>>> <https://wso2.org/jira/browse/IDENTITY-5557>]. Please feel free to
>>> close if not relevant.
>>>
>>> [1]. https://wso2.org/jira/browse/IDENTITY-5557
>>>
>>> On Wed, Jan 4, 2017 at 10:01 AM, Chamila Wijayarathna <
>>> cdwijayarat...@gmail.com> wrote:
>>>
>>>> Hi Koné,
>>>>
>>>> You can find logs for user creation and deletion at
>>>> /repository/logs/audit file. It also logs change password events. However
>>>> it does not seem to log user profile update events which IMO should be
>>>> logged as well.
>>>>
>>>> @Johann : Is there any particular reason for not logging user profile
>>>> updates at audit logs?
>>>>
>>>> Regards!
>>>>
>>>> On Wed, Jan 4, 2017 at 4:05 AM, Koné Alioune Badara <
>>>> kon...@etna-alternance.net> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> Where can I find the logs of user created/updated/deleted in Wso2IS
>>>>> management console?
>>>>>
>>>>> Regards,
>>>>>
>>>>> --
>>>>> Cordialement,
>>>>>
>>>>> Alioune B KONÉ.
>>>>>
>>>>> ___
>>>>> Dev mailing list
>>>>> Dev@wso2.org
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Chamila Dilshan Wijayarathna,
>>>> PhD Research Student
>>>> The University of New South Wales (UNSW Canberra)
>>>> Australian Centre for Cyber Security
>>>> Australian Defence Force Academy
>>>> PO Box 7916, Canberra BA ACT 2610
>>>> Australia
>>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>>
>>>>
>>>
>>>
>>> --
>>> Chamila Dilshan Wijayarathna,
>>> PhD Research Student
>>> The University of New South Wales (UNSW Canberra)
>>> Australian Centre for Cyber Security
>>> Australian Defence Force Academy
>>> PO Box 7916, Canberra BA ACT 2610
>>> Australia
>>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>>
>>>
>>
>>
>> --
>> Cordialement,
>>
>> Alioune B KONÉ.
>> MASTER ETNA 2016.
>>
>
>
>
> --
> Chamila Dilshan Wijayarathna,
> PhD Research Student
> The University of New South Wales (UNSW Canberra)
> Australian Centre for Cyber Security
> Australian Defence Force Academy
> PO Box 7916, Canberra BA ACT 2610
> Australia
> Mobile:(+61)416895795 <+61%20416%20895%20795>
>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Logs in Wso2 IS

2017-01-04 Thread Koné Alioune Badara
Hello,

Thank you for your answers, is there anyway to have this log in the
management console?

Regards.

2017-01-04 2:19 GMT+01:00 Chamila Wijayarathna :

> I reporter issue with audit logs in profile update at [1
> <https://wso2.org/jira/browse/IDENTITY-5557>]. Please feel free to close
> if not relevant.
>
> [1]. https://wso2.org/jira/browse/IDENTITY-5557
>
> On Wed, Jan 4, 2017 at 10:01 AM, Chamila Wijayarathna <
> cdwijayarat...@gmail.com> wrote:
>
>> Hi Koné,
>>
>> You can find logs for user creation and deletion at
>> /repository/logs/audit file. It also logs change password events. However
>> it does not seem to log user profile update events which IMO should be
>> logged as well.
>>
>> @Johann : Is there any particular reason for not logging user profile
>> updates at audit logs?
>>
>> Regards!
>>
>> On Wed, Jan 4, 2017 at 4:05 AM, Koné Alioune Badara <
>> kon...@etna-alternance.net> wrote:
>>
>>> Hello,
>>>
>>> Where can I find the logs of user created/updated/deleted in Wso2IS
>>> management console?
>>>
>>> Regards,
>>>
>>> --
>>> Cordialement,
>>>
>>> Alioune B KONÉ.
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Chamila Dilshan Wijayarathna,
>> PhD Research Student
>> The University of New South Wales (UNSW Canberra)
>> Australian Centre for Cyber Security
>> Australian Defence Force Academy
>> PO Box 7916, Canberra BA ACT 2610
>> Australia
>> Mobile:(+61)416895795 <+61%20416%20895%20795>
>>
>>
>
>
> --
> Chamila Dilshan Wijayarathna,
> PhD Research Student
> The University of New South Wales (UNSW Canberra)
> Australian Centre for Cyber Security
> Australian Defence Force Academy
> PO Box 7916, Canberra BA ACT 2610
> Australia
> Mobile:(+61)416895795 <+61%20416%20895%20795>
>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Logs in Wso2 IS

2017-01-03 Thread Koné Alioune Badara
Hello,

Where can I find the logs of user created/updated/deleted in Wso2IS
management console?

Regards,

-- 
Cordialement,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Wso2 carbon identity server

2017-01-03 Thread Koné Alioune Badara
Hi,

Thank you for your answer, is the Rest based AskPassword will be enable
through the management console, if yes when willl that be?

Regards.

2017-01-03 16:37 GMT+01:00 Isura Karunaratne :

> Hi kone,
>
> There are two ways to support Ask Password feature in IS 5.3.0. You can
> follow [1] for more details.
>
>
> If you are using old method (SOAP based) the confirmation codes are stored
> in the registry in  "/_system/config/repository/c
> omponents/org.wso2.carbon.identity.mgt/data"  location.
>
> If you are using the new method (Rest based) the confirmation codes are
> stored in the IDN_RECOVERY_DATA table.
>
> In the self-signup scenario, the email field is a mandatory field. The
> user needs to fill email address.
>
>
> [1] https://docs.wso2.com/display/IS530/Creating+Users+
> using+the+Ask+Password+Option#CreatingUsersusingtheAskPasswo
> rdOption-UsingtheRESTAPI
> Thanks
> Isura.
>
>
> *Isura Dilhara Karunaratne*
> Senior Software Engineer | WSO2
> Email: is...@wso2.com
> Mob : +94 772 254 810 <+94%2077%20225%204810>
> Blog : http://isurad.blogspot.com/
>
>
>
>
> On Thu, Dec 22, 2016 at 9:50 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hi,
>>
>> I have a question on the wso2 Identity Server product, when you create
>> user via the Ask password or The self sign up features,  in which table of
>> the database are stocked the confirmation's code?
>>
>> In the Self sign up case, how do you fill in the email which will be used
>> to send the link to confirm?
>>
>> Note: I'm using the 5.3.0-beta.
>>
>> Regards
>>
>> Alioune B KONÉ.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Bug on AskPassword feature

2017-01-02 Thread Koné Alioune Badara
Hello Ishara,

Thank you for the answer, do you think it will be resolved for the 5.3.0
official release? And by the way, what is the is date of that release?

Regards,

2016-12-25 21:49 GMT+01:00 Ishara Cooray :

> Hi Alioune,
>
> This is because by default Identity Server shipped with LDAP store but it
> tries to load user recovery data from JDBCRecoveryDataStore.
>
> Please refer jira[1] to track the issue.
>
> [1] https://wso2.org/jira/browse/IDENTITY-5544
>
> Thanks & Regards,
> Ishara Cooray
> Senior Software Engineer
> Mobile : +9477 262 9512 <+94%2077%20262%209512>
> WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> On Thu, Dec 22, 2016 at 3:23 PM, Koné Alioune Badara <
> kon...@etna-alternance.net> wrote:
>
>> Hello,
>>
>> I'm trying to implement the AskPassword feature with the 5.3.0-BETA
>> version, I followed every steps of the documentation and succeded to send
>> the email, but when I go to page where I enter set my password, on the
>> submit I get an error message (cf the screenshot).
>>
>> Is there something that I do wrong or is it a known bug?
>>
>> Note: the link sent in the mail is :  https://localhost:9443/acco
>> untrecoveryendpoint/confirmrecovery.do?confirmation={
>> 71fda0b5-9ebf-4e0c-abc6-c79240d35681}&userstoredomain=
>> {PRIMARY}&username={romeo}&tenantdomain={carbon.super}
>>
>> Regards,
>>
>> Alioune B KONÉ.
>> MASTER ETNA 2016.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Cordialement,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Log sql

2016-12-28 Thread Koné Alioune Badara
Hi,

How can I display the Sql requests in the logs of wso2 idendity server?

Regards,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Password Policy by tenant

2016-12-23 Thread Koné Alioune Badara
Hello,

In the Wso2 IS 5.3.0-Alpha you introduced a new tab in the left menu called
'governance' in which we can choose a password policy by tenant, but this
tab is not there anymore in the 5.3.0-beta. We'll it be in the final
official release?

Also, in the 5.2.0, when you only give the login right to a user, it can
changes his password, but no more in the 5.3.0-beta, is this behaviour will
change from the 5.2.0 to the 5.3.0 ?

Regards,

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Wso2 carbon identity server

2016-12-22 Thread Koné Alioune Badara
Hi,

I have a question on the wso2 Identity Server product, when you create user
via the Ask password or The self sign up features,  in which table of the
database are stocked the confirmation's code?

In the Self sign up case, how do you fill in the email which will be used
to send the link to confirm?

Note: I'm using the 5.3.0-beta.

Regards

Alioune B KONÉ.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Bug on AskPassword feature

2016-12-22 Thread Koné Alioune Badara
Hello,

I'm trying to implement the AskPassword feature with the 5.3.0-BETA
version, I followed every steps of the documentation and succeded to send
the email, but when I go to page where I enter set my password, on the
submit I get an error message (cf the screenshot).

Is there something that I do wrong or is it a known bug?

Note: the link sent in the mail is :
https://localhost:9443/accountrecoveryendpoint/confirmrecovery.do?confirmation={71fda0b5-9ebf-4e0c-abc6-c79240d35681}&userstoredomain={PRIMARY}&username={romeo}&tenantdomain={carbon.super}

Regards,

Alioune B KONÉ.
MASTER ETNA 2016.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev