[Dev] How to secure STS with Issued Token in WSO2 IS?

2018-10-19 Thread Joni Lee
Dear developers, I want to secure an STS with an issued token over the transport layer (i.e., an STS Client sends a RequestSecurityToken to the STS with a SAML assertion in the security header for authentication). It found wso2-rampart has the following implementation for SAML assertion: https://

[Dev] [APIM 2.5.0] API Gateways not showing in store console

2018-10-19 Thread Godwin Shrimal
Hi APIM Team, We can't see gateways in API Store Console when we use type as production and sandbox. If we use both gateways as hybrid then I can see the API Gateways in the swagger console. Is it a known issue? Thanks Godwin -- *Godwin Amila Shrimal* Associate Technical Lead WSO2 Inc.; http://w

Re: [Dev] [IS] InCommon Federation Compliance for WSO2IS - UI Component

2018-10-19 Thread Johann Nallathamby
Hi Sahan, Two concerns here: 1. Is the placement of the feature in the menu correct? 2. I don't know if it was intensional, but isn't it better to avoid InCommon logos and only label it using standard federation terminology? Because we haven't done it like that so far for other profiles such as eI

Re: [Dev] [APIM 2.5.0] API Gateways not showing in store console

2018-10-19 Thread Harsha Kumara
@Thilini Shanika On Fri, Oct 19, 2018 at 3:20 PM Godwin Shrimal wrote: > Hi APIM Team, > > We can't see gateways in API Store Console when we use type as production > and sandbox. If we use both gateways as hybrid then I can see the API > Gateways in the swagger console. > Is it a known issue?

Re: [Dev] Issue in getting the fileName when getting the API Documents content via REST API

2018-10-19 Thread Harsha Kumara
On Fri, Oct 19, 2018 at 10:30 AM Uvindra Dias Jayasinha wrote: > Here is my take on this. When I originally designed the schema I wasn't > taking into consideration any of the practical implications associated with > API resources being saved and retrieved at DB level. But now that we are at > im

[Dev] [EI][DSS] NPE when trying ARRAY SQLType

2018-10-19 Thread Nuwandi Wickramasinghe
Hi, I'm trying (With EI 6.4.0) to create an operation for a db query where the input param *SQLType* is defined as an *ARRAY*. Following are the query details. *SQL:* SELECT ORDER_ID FROM ROLE_ORDER WHERE ROLE IN (:Roles) Input Mappings *Mapping Name* *Parameter Type* *Type* *Action* Roles SCALA

Re: [Dev] [APIM 2.5.0] API Gateways not showing in store console

2018-10-19 Thread Nuwan Dias
Valid types are "production", "sandbox" and "hybrid". Are you using one of these or something called "production and sandbox"? On Fri, Oct 19, 2018 at 9:11 PM Harsha Kumara wrote: > @Thilini Shanika > > On Fri, Oct 19, 2018 at 3:20 PM Godwin Shrimal wrote: > >> Hi APIM Team, >> >> We can't see

Re: [Dev] [APIM 2.5.0] API Gateways not showing in store console

2018-10-19 Thread Thilini Shanika
Hi Godwin, Further, if you don't have more than one gateway environments defined under a given type (production, sandbox, or hybrid), API Gateway drop-down won't be showing up in API console, since you don't have multiple gateway endpoints to select in the drop down. That is by design and not a bu

Re: [Dev] [EI][DSS] NPE when trying ARRAY SQLType

2018-10-19 Thread Chanika Geeganage
Hi Nuwandi, The parameter type should be set as ARRAY instead of SCALAR if you want to input an array. For example, However the NPE should be fixed. Can you create an issue for that. In the request you can send the payload as in [1] [1] https://docs.wso2.com/display/DSS351/Data+Types+of+Mappi

Re: [Dev] [EI][DSS] NPE when trying ARRAY SQLType

2018-10-19 Thread Nuwandi Wickramasinghe
Thank you Chanika for the response. Got it working with the suggested method. Created [1] for NPE. [1] https://github.com/wso2/product-ei/issues/2771 On Sat, Oct 20, 2018 at 7:38 AM Chanika Geeganage wrote: > Hi Nuwandi, > > The parameter type should be set as ARRAY instead of SCALAR if you wa

Re: [Dev] [APIM 2.5.0] API Gateways not showing in store console

2018-10-19 Thread Godwin Shrimal
Hi Nuwan, I am using two gateways with one is having "production" and other one having "sandbox" type. According to the offline chat had with Thilini, it is showing drop-down only if there are more than one gateways from *one gateway type*. So since we can't select sandbox endpoint, even we select