Re: [Architecture] [IAM] Service Provider Template Support

2018-07-17 Thread Thanuja Jayasinghe
Hi, On Wed, Jul 18, 2018 at 6:47 AM Indunil Upeksha Rathnayake wrote: > Hi, > > In WSO2 Identity Server, we are planning to include Service Provider > Template Support which will be exposed a way to create service providers > with pre-configured and reusable templates. There will be several

Re: [Architecture] Dynamic backend endpoint definition for APIs in API micro gateway

2018-07-17 Thread Malintha Amarasinghe
Hi Rajith, We are using a similar method (retrieveConfig), https:// github.com/wso2/product-microgateway/blob/master/ components/micro-gateway-cli/src/main/resources/templates/ httpEndpoint.mustache#L2 Bdw, what is the use of instanceId in getConfigValue method? Other than that, those two

Re: [Architecture] [New Feature]: Cross Protocol IDP initiated SSO flow

2018-07-17 Thread Darshana Gunawardana
On Tue, Jul 17, 2018 at 6:57 PM Johann Nallathamby wrote: > Hi Dinali, > > *"IdP initiated SSO"* is something we already support between WSO2 IS and > service providers registered in WSO2 IS. > > The names I can suggest for this feature are: > *1. "IdP initiated inbound federation"* > *2.

Re: [Architecture] [New Feature]: Cross Protocol IDP initiated SSO flow

2018-07-17 Thread Johann Nallathamby
Hi Dinali, *"IdP initiated SSO"* is something we already support between WSO2 IS and service providers registered in WSO2 IS. The names I can suggest for this feature are: *1. "IdP initiated inbound federation"* *2. "Federated IdP initiated SSO"* And I have a question on why we decided to

[Architecture] [IAM] Service Provider Template Support

2018-07-17 Thread Indunil Upeksha Rathnayake
Hi, In WSO2 Identity Server, we are planning to include Service Provider Template Support which will be exposed a way to create service providers with pre-configured and reusable templates. There will be several business use cases for this and following is an example. - In API subscription of

Re: [Architecture] Dynamic backend endpoint definition for APIs in API micro gateway

2018-07-17 Thread Rajith Roshan
Hi Malintha/Chamila On Thu, Jun 28, 2018 at 12:11 AM Malintha Amarasinghe wrote: > Hi Chamila, > > A small suggestion for the implementation: I think this will be relatively > easier if we define a function to get a particular config from env variable > name (input 1) or from the default value