[Dev] How to retrieve additional query parameters from Authentication request in Adaptive Authentication Script

2020-08-11 Thread gayan gunawardana
Hi Devs, I am sending additional query parameter with SAML request as below https://localhost:9443/samlsso?SAMLRequest=& *test_param=test_param* I need to retrieve test_param from the authentication script. As per [1] I was trying with below script but it didn't work var testParam =

Re: [Dev] How to disable SCIM in IS 5.10.0

2020-05-30 Thread gayan gunawardana
nwards we have enabled SCIM2 by default in the product >> with the new unique ID based userstore managers. We have removed the >> disabling option as we will be using the user ID concept moving forward in >> the product and new portals also using the SCIM API for user management. >&g

[Dev] How to disable SCIM in IS 5.10.0

2020-05-28 Thread gayan gunawardana
Hi Team, I was trying to disable SCIM for primary user store in IS 5.10.0. However I couldn't find necessary property from documentation [1]. Is there a way to disable SCIM in IS 5.10.0 ? [1]

Re: [Dev] [Iam-dev] Cross Protocol SLO

2020-05-14 Thread gayan gunawardana
Thanks Janak! On Thu, May 14, 2020 at 10:51 PM Janak Amarasena wrote: > Hi Gayan, > > There is no specific configuration needed. > > Best Regards, > Janak > > > On Wed, May 13, 2020 at 9:18 AM gayan gunawardana > wrote: > >> Hi IAM team, >> Referr

Re: [Dev] Is it possible to use existing different table structured database as secondary user stores?

2020-05-14 Thread gayan gunawardana
Hi Shiva, There are two possibilities. 1. Under JDBC user store configuration you can configure advance properties to change SQL queries. 2. Write custom jdbc user store manager Correct approach need to be evaluated against exact use case. On Thu, May 14, 2020 at 9:00 PM Shiva Kumar K R wrote:

Re: [Dev] Identity Server User Portal customization

2020-05-13 Thread gayan gunawardana
tity-server-5-10-0-51a9ffdbefc4 > > Regards, > > On Wed, May 13, 2020 at 8:21 AM gayan gunawardana > wrote: > >> Hi IAM Team, >> >> What is the recommended way to customize new user portal [1]? For login >> pages we can refer to web application shipped

[Dev] Cross Protocol SLO

2020-05-12 Thread gayan gunawardana
Hi IAM team, Referring to cross protocol single logout [1], what are the configurations need to be changed in order to enable cross protocol single logout (version 5.10.0) ? Use case like I have SAML based web application and user portal (oauth/oidc) and need to enable SLO among two applications.

[Dev] Identity Server User Portal customization

2020-05-12 Thread gayan gunawardana
Hi IAM Team, What is the recommended way to customize new user portal [1]? For login pages we can refer to web application shipped inside the product but I suppose for user portal we have to refer to source code [1]. In case if we refer to source code, is there a way to get new updates/patches ?

Re: [Dev] Telnet Inbound protocol support for APIM

2020-05-05 Thread gayan gunawardana
hieve via extensions through API Manager and it's > not recommended. I believe you are looking for TCP protocol support which > you may look at Enterprise Integrator. > > Thanks, > Harsha > > On Tue, May 5, 2020 at 6:31 PM gayan gunawardana > wrote: > >> Hi APIM te

[Dev] Telnet Inbound protocol support for APIM

2020-05-05 Thread gayan gunawardana
Hi APIM team, In order to securely expose APIs to some telnet clients, is there a way to create APIs with telnet inbound protocol support ? If it is not supported is there any extension point to support such a scenario ? -- Gayan ___ Dev mailing list

Re: [Dev] IS 5.10.0 Unique user identifier across the system

2020-04-09 Thread gayan gunawardana
he > username renaming capability. So we will provide these capabilities in > future releases. > > Thanks, > Ashen > > On Tue, Apr 7, 2020 at 9:46 PM gayan gunawardana > wrote: > >> Hi Team, >> >> As per [1] it looks like username attribu

[Dev] IS 5.10.0 Unique user identifier across the system

2020-04-07 Thread gayan gunawardana
Hi Team, As per [1] it looks like username attribute is not immutable any more with new unique user identifier implementation. Are there any SCIM or RemoteUserStoreManagerServce Apis available to alter username ? [1] https://github.com/wso2/product-is/releases/tag/v5.10.0-rc2 -- Gayan

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.10.0 RC1

2020-03-04 Thread gayan gunawardana
Hi Janak, Could you be able to provide documentation links against each new feature ? Thanks, Gayan On Thu, Mar 5, 2020 at 5:06 AM Janak Amarasena wrote: > Hi all, > > We are pleased to announce the first release candidate of WSO2 Identity > Server 5.10.0. > > > *New Features:* > >1.

Re: [Dev] Using default user attributes provided by Active Directory for SCIM operations

2019-12-03 Thread gayan gunawardana
Hi Gayashan, This would be a very valuable addition to the product. On Wed, Dec 4, 2019 at 12:20 AM Gayashan Bombuwala wrote: > Hi all, > > Currently when managing users in Active Directory user store with SCIM, we > have mapped the SCIM core attributes to different attributes[1, 2] >

[Dev] APIM Import/Export tool in fully distributed setup

2019-09-27 Thread gayan gunawardana
Hi APIM team, Looks like [1] "Adding environment" section referring to single node setup. Could you be able to mention endpoints by referring to fully distributed setup. EX: apimcli add-env -n production \ * --registration https:///client-registration/v0.14/register \*

[Dev] [APIM] Mutual SSL

2019-09-24 Thread gayan gunawardana
Hi APIM team, Since [1] logger initialization has been done from wrong class, logs are not printed for Mutual SSL authenticator in wso2carbon.log. I suppose same issue should be exist with WUM as well. It would be great If you can correct it next immediate WUM. [1]

[Dev] How to bundle WSO2 Java Library project as CAR in EI tooling

2019-08-02 Thread gayan gunawardana
Hi Devs, I was following steps in [1] however after creating WSO2 Java Library project, I couldn't bundle it as Composite Application Project because I couldn't see *HelloWorldServiceTask_Artifact* as a dependency. Problem looks same to [2]. Did I miss something or is there any alternate

Re: [Dev] Filtering Internal roles through SCIM API

2019-07-25 Thread gayan gunawardana
On Thu, Jul 25, 2019 at 12:39 PM Denuwanthi De Silva wrote: > Hi, > > 1. In WSO2 Identity Server, when filtering roles/groups through SCIM API, > internal roles are not filtered. > Ex: internal roles > -*Internal*/system > -*Application*/myapp > > Sample filter request: > *curl -v -k --user

[Dev] How to set authenticated subject identifier with local account mapping

2019-03-07 Thread gayan gunawardana
Hi Team, As per code[1] its look like* Assert identity using mapped local subject identifier *is effective for federated authentication only. Can we provide same functionality when associating local accounts ? EX: Local account A associated with another local account B. Once I authenticated with

Re: [Dev] Swagger Doc for SCIM 2.0

2019-02-10 Thread gayan gunawardana
found it in the source [3] better to link with the doc. [3] https://github.com/wso2-extensions/identity-inbound-provisioning-scim2/blob/1.2.x/scim2.yaml On Mon, Feb 11, 2019 at 9:33 AM gayan gunawardana wrote: > Hi Devs, > > In the doc [1] it says "SCIM 2.0 endpoints It is writte

[Dev] Swagger Doc for SCIM 2.0

2019-02-10 Thread gayan gunawardana
Hi Devs, In the doc [1] it says "SCIM 2.0 endpoints It is written with swagger 2 ." but unable to find swagger definition. [2] was written by Isuranga for SCIM 2.0 outbound provisioning connector to generate client side artifacts. Is there any difficulty to provide swagger

Re: [Dev] XSLT 2.0 tokenize function

2018-11-22 Thread gayan gunawardana
ion. Created [1] > to track this issue. > Thanks a lot. > > [1] https://github.com/wso2/product-ei/issues/2879 > > Thanks > Sashika > > > On Wed, Nov 21, 2018 at 10:09 PM gayan gunawardana < > gmgunaward...@gmail.com> wrote: > >> Hi Sashika, >&g

Re: [Dev] XSLT 2.0 tokenize function

2018-11-21 Thread gayan gunawardana
: > Hi Gayan, > > This is documented in [1] and it is required to enable this property to > work with xpath 2.0 functions. > > [1] https://docs.wso2.com/display/EI611/Configuring+synapse.properties > > Regards, > Sashika > > On Mon, Nov 19, 2018 at 2:53 PM gayan g

[Dev] XSLT 2.0 tokenize function

2018-11-19 Thread gayan gunawardana
Hi Devs, [2] is not enough and I had to follow all the steps in [1] to get XSLT 2.0 tokenize function working in EI 6.1.1. I couldn't find these steps in official documentation (EI 6.1.1). Is there a place to get these information from official documentation ? [1] http://nipun101.blogspot.com/

[Dev] In correct redirection of SMS OTP outbound authenticator

2018-11-16 Thread gayan gunawardana
Hi Team, I tried SMS OTP authenticator latest version (2.0.16) in both IS 5.3.0/ 5.4.1. However it does not redirect to correct authenticator URL for below authorize request

Re: [Dev] Validity of access token after OIDC SLO

2018-11-06 Thread gayan gunawardana
correlation between id_token and access > token needs to be handled by the extension developer. > it's a good idea to have extension point. Thanks Fara for the help. > > > [1] https://github.com/wso2/product-is/issues/3227 > > > Thanks, > Farasath > > On Thu, Nov 1,

[Dev] Validity of access token after OIDC SLO

2018-11-01 Thread gayan gunawardana
Hi Devs, I followed exact instructions in IS 5.7.0 and got logout working. However issued access token is valid even after logout (I have checked with token introspection). Is that the correct behavior or any justification ? [1]

Re: [Dev] Delay in sending SMS from ESB SMPP connector

2018-10-27 Thread gayan gunawardana
led delivery time to NULL. [1] http://opensmpp.org/specs/smppv50.pdf Thanks, Gayan On Thu, Oct 25, 2018 at 7:36 PM gayan gunawardana wrote: > Hi Biruntha, > > On Thu, Oct 25, 2018 at 5:45 PM Biruntha Gnaneswaran > wrote: > >> Hi Gayan, >> >> No we can't specify s

Re: [Dev] Delay in sending SMS from ESB SMPP connector

2018-10-25 Thread gayan gunawardana
so2-extensions/esb-connector-smpp/blob/master/src/main/java/org/wso2/carbon/esb/connector/SendSMS.java#L127> > > On Thu, Oct 25, 2018 at 2:29 PM, gayan gunawardana < > gmgunaward...@gmail.com> wrote: > >> Hi Team, >> >> Can we set scheduled delivery time to *null*

[Dev] Delay in sending SMS from ESB SMPP connector

2018-10-25 Thread gayan gunawardana
Hi Team, Can we set scheduled delivery time to *null* in [1] to immediately deliver the SMS ? Currently I'm observing some delay due to time zone gap between SMS gatway and ESB. [1]

Re: [Dev] JDBC interceptors for WSO2 products

2018-09-25 Thread gayan gunawardana
/wso2/carbon-datasources/blob/1.0.x/components/org.wso2.carbon.datasource.core/src/main/java/org/wso2/carbon/datasource/rdbms/tomcat/TomcatDataSource.java#L69 > > On Fri, Aug 17, 2018 at 3:52 PM gayan gunawardana > wrote: > >> Hi Devs, >> >> Is it possible to configure

Re: [Dev] JIT provisioning with conditional authentication

2018-09-01 Thread gayan gunawardana
> > On Wed, Aug 29, 2018 at 11:02 AM gayan gunawardana < > gmgunaward...@gmail.com> wrote: > >> Hi Devs, >> >> Is there any reason to stop JIT provisioning [1] in case of >> GraphBasedSequenceHandler ? I couldn't do JIT provisioning with script >> base

[Dev] JIT provisioning with conditional authentication

2018-08-28 Thread gayan gunawardana
Hi Devs, Is there any reason to stop JIT provisioning [1] in case of GraphBasedSequenceHandler ? I couldn't do JIT provisioning with script based configuration. Am I missing something ? Please note the query based on IS 5.7.0-beta and highly appreciate your guidance. [1]

[Dev] JDBC interceptors for WSO2 products

2018-08-17 Thread gayan gunawardana
Hi Devs, Is it possible to configure *queryTimeout* as per [1] in master-datasources.xml. it comes with org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor. Is there a way to configure JDBC interceptors ? [1] https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html Thanks, Gayan

Re: [Dev] Is there a way to log product name to wso2carbon.log ?

2018-08-07 Thread gayan gunawardana
gt; # ConversionPattern will be overridden by the configuration setting in the > DB > log4j.appender.CARBON_LOGFILE.layout.ConversionPattern=*[WSO2-IS]* TID: > [%T] [%S] [%d] %P%5p {%c} - %x %m %n > Thanks Rushmin. > > > > > On Tue, Aug 7, 2018 at 6:44 PM gayan gunawardana > wr

Re: [Dev] Is there a way to log product name to wso2carbon.log ?

2018-08-07 Thread gayan gunawardana
f you have any other requirements >> > Yes. Can you explain what you are trying to acheive here ? > > Thanks > Godwin > > > >> >> Thanks. >> >>> >>> Thanks >>> Godwin >>> >>> >>> >>>> &g

[Dev] Is there a way to log product name to wso2carbon.log ?

2018-08-05 Thread gayan gunawardana
Hi Devs, Appreciate your input regarding $subject. -- Gayan ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] How to add transport headers to JWT

2018-07-03 Thread gayan gunawardana
he JWT. However, you can send the headers > as headers themselves to the backend. > Thanks a lot for clarification. > > Thanks, > Bhathiya > > On Tue, Jul 3, 2018 at 12:12 PM gayan gunawardana > wrote: > >> Hi APIM team, >> >> Is there a way to put t

[Dev] How to add transport headers to JWT

2018-07-02 Thread gayan gunawardana
Hi APIM team, Is there a way to put transport headers coming from incoming request into JWT [1] generated for backend service ? [1] https://docs.wso2.com/display/AM220/Passing+Enduser+Attributes+to+the+Backend+Using+JWT Thanks, Gayan ___ Dev mailing

Re: [Dev] Retry with authenticators for adaptive authentication.

2018-05-07 Thread gayan gunawardana
On Mon, May 7, 2018 at 7:17 PM, Maduranga Siriwardena wrote: > Hi devs, > > In the Identity Server at the moment "retryAuthenticationEnabled" method > in the authenticators decide whether the user is allowed to retry the > authentication with that particular authenticator.

Re: [Dev] Issue with MultiAttributeSeparator in IS 5.5.0

2018-05-07 Thread gayan gunawardana
On Mon, May 7, 2018 at 10:18 AM, Nuwandi Wickramasinghe <nuwan...@wso2.com> wrote: > Hi Gayan, > > What is the type of your UserStoreManager? > Default LDAP. > > On Sun, May 6, 2018 at 11:48 PM, gayan gunawardana < > gmgunaward...@gmail.com> wrote: > >>

[Dev] Issue with MultiAttributeSeparator in IS 5.5.0

2018-05-06 Thread gayan gunawardana
Hi Nuwandi, Thanks for writing steps [1]. It works in IS 5.3.0 without a problem. However when I try same steps for IS 5.5.0 even I change MultiAttributeSeparator it always break values from ','. Could you please let me know are there any additional steps or public jira regarding the issue. [1]

Re: [Dev] Exception in Facebook Federated Authentication

2018-04-15 Thread gayan gunawardana
ther than email) as subject identifier and see. > > Anyhow we have discussed to fix this from the sso consent implementation.. > @Omindu: Do we have any git issue related to this? > > Thanks, > > On Mon, Apr 16, 2018 at 9:01 AM, gayan gunawardana < > gmgunaward...@gmail.

Re: [Dev] Exception in Facebook Federated Authentication

2018-04-15 Thread gayan gunawardana
t; > @IAM Team - If we keep using the consent management feature, do we need > any additional configuration? May be claim configuration to map the > particular user claims which should require obtaining user consent? > > Thanks, > TharinduE > > On Sat, Apr 14, 2018 at 9:28

[Dev] Exception in Facebook Federated Authentication

2018-04-14 Thread gayan gunawardana
Hi All, I have configured travelocity.com sample application as SAML inbound and Facebook as federated authenticator for IS-5.5.0. After adding Facebook credentials, got below UI. ​After enabling debug logs found below exception. Is there any further configuration I have to do to get it work ?

Re: [Dev] Issue with OIDC Request object

2018-04-10 Thread gayan gunawardana
On Tue, Apr 10, 2018 at 10:03 AM, gayan gunawardana <gmgunaward...@gmail.com > wrote: > Please note that I have gone through exactly same steps in [1], [2] for > wso2is-5.6.0-m1 > > > [1] https://docs.wso2.com/display/IS550/Passing+OIDC+Authenticat > ion+Request+Parameters+

Re: [Dev] Issue with OIDC Request object

2018-04-09 Thread gayan gunawardana
, gayan gunawardana <gmgunaward...@gmail.com> wrote: > > > On Tue, Apr 10, 2018 at 9:44 AM, Hasanthi Purnima Dissanayake < > hasan...@wso2.com> wrote: > >> Hi Gayan, >> >> *Request object * >>> >>> { >>> "iss":

Re: [Dev] Issue with OIDC Request object

2018-04-09 Thread gayan gunawardana
QogIH0NCn0.nwwnNsk1-ZkbmnvsF6zTHm8CHERFMGQPhos-EJcaH4H > h-sMgk8ePrGhw_trPYs8KQxsn6R9Emo_wHwajyFKzuMXZFSZ3p6Mb8dkxtVyjoy2 > GIzvuJT_u7PkY2t8QU9hjBcHs68PkgjDVTrG1uRTx0GxFbuPbj96tVuj11pTnmFC > UR6IEOXKYr7iGOCRB3btfJhM0_AKQUfqKnRlrRscc8Kol-cSLWoYE9l5QqholImz > jT_cMnNIznW9

[Dev] Issue with OIDC Request object

2018-04-09 Thread gayan gunawardana
Hi All, Sent below request, expecting *given_name* claim but ID Token doesn't have given_name claim when obtaining ID Token from Implicit grant type. *Request object * { "iss": "KqpUgGLpJaW5n5_OiAJlSnMiCiIa", "aud": "https://localhost:9444/oauth2/token;, "response_type": "id_token token",

Re: [Dev] OAuth2 Client Authentication Error Response when authorization header is malformed

2018-01-23 Thread Gayan Gunawardana
[1] https://tools.ietf.org/html/rfc6749 > > -- > Hasintha Indrajee > WSO2, Inc. > Mobile:+94 771892453 <+94%2077%20189%202453> > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > --

Re: [Dev] Issue with DLC pattern

2018-01-23 Thread Gayan Gunawardana
ail signature > <https://wisestamp.com/email-install?utm_source=promotion_medium=signature_campaign=get_your_own> > > On Sat, Jan 13, 2018 at 3:42 PM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> Hi ESB team, >> >> I followed instruction given in [1] to imp

[Dev] Issue with DLC pattern

2018-01-13 Thread Gayan Gunawardana
to that reason rest of the messages in dlc-store won't be delivered to expected endpoint. Appreciate any help regarding above issue. [1] https://docs.wso2.com/display/IntegrationPatterns/Dead+Letter+Channel Thanks, Gayan -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga

Re: [Dev] Problem with extracting a value in a SOAP response through a shell script

2018-01-06 Thread Gayan Gunawardana
most of the other approaches available. > > So I would really appreciate if someone of you could help me to find a > better way to achieve this task. > > Thank you in advance, > -- > > > > *Kind Regards,Nipuni Bhagya* > > *Software Engineering Intern* > *WSO

Re: [Dev] [IS] Looking for a ClientCertificateBasedAuthentication sample code for accessing REST APIs

2017-11-14 Thread Gayan Gunawardana
icating+ > and+Authorizing+REST+APIs > > Best, > Thilina > -- > *Thilina Madumal* > *Software Engineer | **WSO2* > Email: thilina...@wso2.com > Mobile: *+ <+94%2077%20767%201807>94 774553167* > Web: <http://goog_716986954>http://wso2.com > > <ht

Re: [Dev] Remove provisioning-config.xml

2017-11-10 Thread Gayan Gunawardana
Improvement JIRA if you know them? > Lets keep the file for now, as not we are closing Beta9, and lets update > Doc about deprecation. > AFAIK we do not use anything other than true > > Cheers, > Ruwan > > On Fri, Nov 10, 2017 at 5:46 PM, Gayan Gunawardana <ga...@wso2

[Dev] Remove provisioning-config.xml

2017-11-10 Thread Gayan Gunawardana
+User+Schemas+With+WSO2+Identity+Server Thanks, Gayan -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Error occurred while generating keys for Default application

2017-11-02 Thread Gayan Gunawardana
pack if I get a time. btw according to my understanding no need to invoke createApplicationRegistrationEntry() method at this point. > > Thanks, > sanjeewa. > > On Wed, Nov 1, 2017 at 11:54 AM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> Hi All, >> >

[Dev] Error occurred while generating keys for Default application

2017-11-01 Thread Gayan Gunawardana
orkflowExecutor.java:77) ... 75 more Thanks, Gayan -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] What is the correct behavior when user store selected from Inbound Provisioning Configuration

2017-09-18 Thread Gayan Gunawardana
ent application about configuration issue. There is a possibility that SCIM consumers may not look into admin console configurations at all. Also there is a high possibility to client application to depend on only http response code. > > Thanks, > > On Tue, Sep 19, 2017 at 12:10 AM, Ga

Re: [Dev] What is the correct behavior when user store selected from Inbound Provisioning Configuration

2017-09-18 Thread Gayan Gunawardana
m/Users/3d5b1153-79ef-4ea9-9b47-31c92a2bd3dd", > "lastModified": "2017-09-18T23:28:23" > }, > "schemas": [ > "urn:scim:schemas:core:1.0" > ], > "id": "3d5b1153-79ef-4ea9-9b47-31c92a2bd3dd", &g

Re: [Dev] What is the correct behavior when user store selected from Inbound Provisioning Configuration

2017-09-18 Thread Gayan Gunawardana
On Mon, Sep 18, 2017 at 10:27 PM, Darshana Gunawardana <darsh...@wso2.com> wrote: > > > On Mon, Sep 18, 2017 at 7:58 PM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> >> ​ >> When user store selected from Inbound Provisioning Configuration should

[Dev] What is the correct behavior when user store selected from Inbound Provisioning Configuration

2017-09-18 Thread Gayan Gunawardana
​ When user store selected from Inbound Provisioning Configuration should we allow to provision other user stores as well ? For an example if we selected "TEST" as user store from Inbound Provisioning Configuration, can we provision to PRIMARY user store as well ? Thanks, Gayan

Re: [Dev] SCIM 2.0 as default in IS 5.4.0

2017-09-17 Thread Gayan Gunawardana
On Mon, Sep 18, 2017 at 10:19 AM, Prabath Siriwardena <prab...@wso2.com> wrote: > > > On Sun, Sep 17, 2017 at 9:42 PM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> >> >> On Mon, Sep 18, 2017 at 8:29 AM, Darshana Gunawardana <darsh...@wso2.com> >

Re: [Dev] SCIM 2.0 as default in IS 5.4.0

2017-09-17 Thread Gayan Gunawardana
a#L834 >> [2] https://github.com/wso2-extensions/identity-inbound-prov >> isioning-scim2/blob/v1.0.5/components/org.wso2.carbon.ide >> ntity.scim2.common/src/main/java/org/wso2/carbon/identity/ >> scim2/common/impl/SCIMUserManager.java#L793 >> >> Thanks

Re: [Dev] SCIM 2.0 as default in IS 5.4.0

2017-09-17 Thread Gayan Gunawardana
> >> *E-mail: darsh...@wso2.com <darsh...@wso2.com>* >> *Mobile: +94718566859 <+94%2071%20856%206859>*Lean . Enterprise . >> Middleware >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Dynamic client registration request fails due to no user information in the request header.

2017-09-16 Thread Gayan Gunawardana
received this message because you are subscribed to the Google Groups > "WSO2 Engineering Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to engineering-group+unsubscr...@wso2.com. > For more options, visit https://groups.

Re: [Dev] [IS] Usage of "kid" JWT header parameter

2017-09-01 Thread Gayan Gunawardana
ions/identity-inbound- > auth-oauth/blob/master/components/org.wso2.carbon. > identity.oauth/src/main/java/org/wso2/carbon/identity/ > oauth2/util/OAuth2Util.java#L1568 > > Thanks, > > > > Hasanthi Dissanayake > > Software Engineer | WSO2 > > E: hasan...@wso2.com

Re: [Dev] [IS] Usage of "kid" JWT header parameter

2017-08-31 Thread Gayan Gunawardana
> Hope we will fix this for IS 5.4.0..? >> >> Thanks & regards, >> -Prabath >> >> On Tue, Aug 29, 2017 at 2:34 AM, Indunil Upeksha Rathnayake < >> indu...@wso2.com> wrote: >> >>> Hi, >>> >>> On Mon, Aug 28, 2017 at 12:07

Re: [Dev] View the group (role) id through management console

2017-08-29 Thread Gayan Gunawardana
com > Mobile : +94775241823 <+94%2077%20524%201823> > Web : http://wso2.com/ > > > <http://wso2.com/signature> > -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [IS] Usage of "kid" JWT header parameter

2017-08-28 Thread Gayan Gunawardana
scenarios, this "kid" header parameter should be sent and should > not be sent? Recently we have implemented to sign the user info JWT > response and need to verify whether "kid" parameter should be sent there as > well. > > > > Appreciate your ideas o

Re: [Dev] Audience(aud) value in OpenID Connect ID Token vs Token Introspection response

2017-08-23 Thread Gayan Gunawardana
On Wed, Aug 23, 2017 at 1:46 PM, Asela Pathberiya <as...@wso2.com> wrote: > > > On Tue, Aug 22, 2017 at 11:32 AM, Gayan Gunawardana <ga...@wso2.com> > wrote: > >> According to OpenID connect specification [1] "aud" value is client id >> with ide

[Dev] Audience(aud) value in OpenID Connect ID Token vs Token Introspection response

2017-08-22 Thread Gayan Gunawardana
otected.example.net/resource;, "iss": "https://server.example.com/;, "exp": 1419356238, "iat": 1419350238, "extension_field": "twenty-seven" } Can we have different Audience values for token introspection response a

Re: [Dev] Missing Attributes in Token Introspection Response

2017-08-21 Thread Gayan Gunawardana
On Mon, Aug 21, 2017 at 1:54 PM, Farasath Ahamed <farasa...@wso2.com> wrote: > > > > On Mon, Aug 21, 2017 at 1:23 PM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> >> >> On Mon, Aug 21, 2017 at 1:21 PM, Ruwan Abeykoon <ruw...@wso2.com> wr

Re: [Dev] Missing Attributes in Token Introspection Response

2017-08-21 Thread Gayan Gunawardana
m too. > > Cheers, > Ruwan > > On Mon, Aug 21, 2017 at 11:08 AM, Gayan Gunawardana <ga...@wso2.com> > wrote: > >> Hi Indunil, >> >> Form token introspection response I can get below attributes. >> >> {"scope":"openid",&

[Dev] Missing Attributes in Token Introspection Response

2017-08-20 Thread Gayan Gunawardana
String representing the issuer of this token, as defined in JWT [RFC7519 <https://tools.ietf.org/html/rfc7519>]. Do we have any limitation to support above attributes ? [1] https://tools.ietf.org/html/rfc7662 Thanks, Gayan -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.;

[Dev] Avoid Invoking REST endpoints from SSO login page

2017-08-18 Thread Gayan Gunawardana
rChain} - Application { http://endpoint.recovery.identity.carbon.wso2.org/}ClaimsApi has thrown exception, unwinding now org.apache.cxf.interceptor.Fault Is there a better way to handle this situation ? Thanks, Gayan -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: g

Re: [Dev] Two critical issues in IS 5.3.0 SCIM 1.1 implementation

2017-08-16 Thread Gayan Gunawardana
utions Engineer > WSO2, Inc. > lean.enterprise.middleware > > Mobile - *+9476950* > Blog - *http://nallaa.wordpress.com <http://nallaa.wordpress.com>* > -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Gayan Gunawardana
___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Chamila Dils

Re: [Dev] SCIM 2.0 Compliance Test Suite HTTP client

2017-07-21 Thread Gayan Gunawardana
edin.com/pub/vindula-jayawardana/a7/315/53b> > <https://plus.google.com/u/0/+VindulaJayawardana/posts> > <https://twitter.com/vindulajay> > > *“Respect is how to treat everyone, not just those you want to impress. "* > > >

Re: [Dev] [IS] Admin/Tenant Admin Users cannot be filtered to get the SCIM ID

2017-07-21 Thread Gayan Gunawardana
CIM Support for Admin Users > > Thanks, > > Hasanthi Dissanayake > > Software Engineer | WSO2 > > E: hasan...@wso2.com > M :0718407133| http://wso2.com <http://wso2.com/> > > On Fri, Jul 21, 2017 at 2:11 PM, Gayan Gunawardana <ga...@wso2.com> wrote: > >

Re: [Dev] [IS] Admin/Tenant Admin Users cannot be filtered to get the SCIM ID

2017-07-21 Thread Gayan Gunawardana
t;> >>> Thanks >>> >>> On Thu, Nov 5, 2015 at 5:03 PM, Nadeesha Meegoda <nadees...@wso2.com> >>> wrote: >>> >>>> Hi all, >>>> >>>> So I requested to get the SCIM ID as what Chamila mentioned by the >>

Re: [Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Gayan Gunawardana
s > > Email : abima...@wso2.com > Mobile : +94 773922820 <+94%2077%20392%202820> > > <http://stackoverflow.com/users/515034> > <http://lk.linkedin.com/in/abimaran> > <http://www.lkabimaran.blogspot.com/> <https://github.com/abimarank> &

Re: [Dev] Handling required claims in ID Token

2017-07-05 Thread Gayan Gunawardana
enid-connect-core-1_0.html#IDToken >>> >>> Thanks, >>> -- >>> Denuwanthi De Silva >>> Senior Software Engineer; >>> WSO2 Inc.; http://wso2.com, >>> Email: denuwan...@wso2.com >>> Blog: https://denuwanthi.wordpress.com/ >&g

Re: [Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Gayan Gunawardana
.linkedin.com/pub/vindula-jayawardana/a7/315/53b> > <https://plus.google.com/u/0/+VindulaJayawardana/posts> > <https://twitter.com/vindulajay> > > *“Respect is how to treat everyone, not just those you want to impress. "* > > > *-Richard Branson-* > > >

[Dev] Default Claim Mapping for Multiple User Stores from claim-config.xml

2017-06-15 Thread Gayan Gunawardana
ims/givenname> *for* PRIMARY *user store *. * In IS 5.3.0 we can set map attribute from drop down for multiple user stores. ​ Is there a way to do same configuration from claim-config.xml ? If not isn't it better to support by changing structure of claim-config.xml ? Thanks, Gayan --

Re: [Dev] [GSoC 2017][IS] SCIM 2.0 Compliance Test Suite

2017-06-11 Thread Gayan Gunawardana
www.facebook.com/vindula.jayawardana> > <http://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b> > <https://plus.google.com/u/0/+VindulaJayawardana/posts> > <https://twitter.com/vindulajay> > > *“Respect is how to treat everyone, not just those you want to impr

Re: [Dev] [GSoC 2017][IS] SCIM 2.0 Compliance Test Suite

2017-05-28 Thread Gayan Gunawardana
r6 >>>>> >>>>> *Vindula Jayawardana* >>>>> Computer Science and Engineering Dept. >>>>> University of Moratuwa >>>>> mobile : +713462554 >>>>> Email : vindul...@gmail.com >>>>> >>>>> <https

Re: [Dev] Security using IS 5.3.0

2017-05-23 Thread Gayan Gunawardana
2 Development mailing list archive at Nabble.com. > _______ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- Gayan Gunawardana Senior Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mo

Re: [Dev] [IS] 6.0.0 roadmap

2017-05-23 Thread Gayan Gunawardana
ng within the major release and it's date please? > Plan is not yet finalized. > > Regards, > Hanen > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gayan Gunawardana Sen

Re: [Dev] [APIM][C5] - Best Way to get the end user information

2017-05-13 Thread Gayan Gunawardana
gt;>>>>>> WSO2 Inc.; http://wso2.com >>>>>>> lean.enterprise.middleware >>>>>>> >>>>>>> mobile: *+94779109091 <077%20910%209091>* >>>>>>> >>>>>> >>>>>> >>>>>

Re: [Dev] Client credential grant type for ID token generation

2017-05-04 Thread Gayan Gunawardana
Pushpalanka. > -- > Pushpalanka Jayawardhana, B.Sc.Eng.(Hons). > Senior Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ > Mobile: +94779716248 > Blog: pushpalankajaya.blogspot.com/ | LinkedIn: lk.linkedin.com/in/ > pushpalanka/ | Twitter: @pushpalanka > > -- Gayan Gunawarda

Re: [Dev] Why is redirect_uris mandatory in DCR request?

2017-04-27 Thread Gayan Gunawardana
com >>>>> >>>>> Mobile : 0719214873 <071%20921%204873> >>>>> >>>> >>>> >>>> >>>> -- >>>> Thanks & Regards, >>>> >>>> *Johann Dilantha Nallathamby* >>>

Re: [Dev] How to Wrap Java Exception in UUF

2017-03-14 Thread Gayan Gunawardana
I could able to get errorCode as well since cause.getTargetException() provide UserPortalUIException. On Tue, Mar 14, 2017 at 9:24 AM, Gayan Gunawardana <ga...@wso2.com> wrote: > > > On Tue, Mar 14, 2017 at 9:17 AM, Ayesha Dissanayaka <aye...@wso2.com> > wrote: > >&

Re: [Dev] How to Wrap Java Exception in UUF

2017-03-13 Thread Gayan Gunawardana
case? > > [1] https://github.com/wso2/carbon-uuf/issues/177 > > Thanks! > -Ayesha > > > On Tue, Mar 14, 2017 at 9:10 AM, Gayan Gunawardana <ga...@wso2.com> wrote: > >> >> Hi UUF team, >> >> Client OSGI service throw UserPortalUIException

[Dev] How to Wrap Java Exception in UUF

2017-03-13 Thread Gayan Gunawardana
instanceof java.lang.reflect.InvocationTargetException) { message = cause.getTargetException().message; } } Is there a way to retrieve errorCode as well ? Thanks, Gayan -- Gayan Gunawardana Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (7

Re: [Dev] [GSoC 2017][IS] SCIM 2.0 Compliance Test Suite

2017-03-09 Thread Gayan Gunawardana
ttp://lk.linkedin.com/pub/vindula-jayawardana/a7/315/53b> > <https://plus.google.com/u/0/+VindulaJayawardana/posts> > <https://twitter.com/vindulajay> > > *“Respect is how to treat everyone, not just those you want to impress. &

Re: [Dev] [IS 6.0.0] [SCIM 2.0] Extend SCIM2.0 meta data in the SCIM response to include User Life cycle State

2017-03-01 Thread Gayan Gunawardana
uot;state":"CREATED"}*} > > +1 to have enterprise user extension for "state" attribute. What are the available values for "state" attribute and also check "active" attribute in standard schema. > Appreciate your ideas. > > [1] https://githu

Re: [Dev] Error while initiating response builder

2017-02-27 Thread Gayan Gunawardana
@Thusitha Is there any reason behind this ? Does it require MSF4JRuntimeDelegate from jaxrs-delegates. As I can remember we added noStart() to jaxrs-delegates since it is a fragment bundle. Thanks, Gayan ___ Dev mailing list Dev@wso2.org

Re: [Dev] Error while initiating response builder

2017-02-26 Thread Gayan Gunawardana
concurrent.ThreadPoolExecutor.runWorker(ThreadPool >>> Executor.java:1142) >>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo >>> lExecutor.java:617) >>> at java.lang.Thread.run(Thread.java:745) >>> >>> -- >>> Hasintha Indrajee >>

Re: [Dev] HTTP Verb PATCH support for MSF4J

2017-02-26 Thread Gayan Gunawardana
wagger.jaxrs.PATCH. > > On Sun, Feb 26, 2017 at 11:46 PM, Afkham Azeez <az...@wso2.com> wrote: > >> We can add that annotation to MSF4J itself. >> >> On Sun, Feb 26, 2017 at 11:28 PM, Gayan Gunawardana <ga...@wso2.com> >> wrote: >> >>> Hi All, >>

  1   2   3   >