[Dev] WSO2 identity server dashboard permission.

2018-05-17 Thread Shiva Kumar
Hi All, What is the user permission required to see dashboard? I have few users created from admin console, but those users are not able to login to the dashboard. Thanks, Shiva ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/li

Re: [Dev] WSO2 identity server dashboard permission.

2018-05-17 Thread Dakshika Jayathilaka
Hi Shiva, The user needs to have login permission from the permission tree. To add that create a new role grant login permission from the tree[1]. [1] https://docs.wso2.com/display/IS550/Configuring+Roles+and+Permissions Regards, *Dakshika Jayathilaka* PMC Member & Committer of Apache Stratos A

[Dev] Is it possible to authenticate user using otp as first step.

2018-05-17 Thread Shiva Kumar K R
Hi All, I want to generate access token using otp authentication as first step. I have successfully configured totp authentication for second step of multi factor authentication. Is it possible to use it in first step by sending email in request parameter to totp endpoint. Thanks, Shiva __

Re: [Dev] Is it possible to authenticate user using otp as first step.

2018-05-17 Thread Tharindu Edirisinghe
Hi Shiva, No, it's not possible to use TOTP authenticator as the 1st step. The reason is, in the authenticator, it checks some user claims (like if TOTP is enabled for the user) for the already authenticated user (see code [1]). It assumes it is not the 1st step. However, if you need to use this

Re: [Dev] Is it possible to authenticate user using otp as first step.

2018-05-17 Thread Shiva Kumar
Hi Tharindu Edirisinghe, Thank you for quick response currently I am using WSO2 IS 5.3.0 since I am familiar with it but I will be using latest version later on. I am ready to write custom authenticator but one more problem I can use login pages for both first and second steps, Is there any R

[Dev] WSO2 API Manager 2.2.0-update6 Released!

2018-05-17 Thread Harsha Kumara
The WSO2 API Manager team is pleased to announce the release of version 2.2. 0-update6 of API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of APImanagement challenges such as API provisioni

[Dev] WSO2 Committers += Asma Jabir

2018-05-17 Thread KasunG Gajasinghe
Hi all, It's my pleasure to announce Asma Jabir as a WSO2 Committer. She has been a valuable contributor to WSO2 Testgrid and Carbon platform. Congratulations Asma and keep up the good work!!. Thanks, KasunG -- *Kasun Gajasinghe*Associate Technical Lead, WSO2 Inc. email: kasung AT spamfree ws

[Dev] WSO2 Committers += Bhashinee Nirmali

2018-05-17 Thread Isuru Udana
Hi All, It's my pleasure to announce Bhashinee Nirmali as a WSO2 Committer. She has been a valuable contributor to WSO2 Integration team. Congratulations Bhashinee and keep up the good work! Thanks. -- *Isuru Udana* Senior Technical Lead WSO2 Inc.; http://wso2.com email: isu...@wso2.com cell:

[Dev] How I can disable oauth2 consent

2018-05-17 Thread Shiva Kumar
Hi All, I added few claims for service provider in the claim configuration, I am getting oauth2 consent page how can I skip this configuration. Thanks, Shiva ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] How I can disable oauth2 consent

2018-05-17 Thread Nilasini Thirunavukkarasu
Hi Shiva, You can disable the consent page using the following configuration in identity.xml file. . true .. Thanks, Nila. On Fri, May 18, 2018 at 11:11 AM, Shiva Kumar wrote: > Hi All, > > I added few claims for service provider in the claim configuration, I am > getting oauth2 co