Re: [Architecture] [IS] Filtering authentication options of a step by script

2018-06-11 Thread Pulasthi Mahawithana
Hi Jerad, On Sat, Jun 9, 2018 at 10:53 AM Jerad Rutnam wrote: > Hi Pulasthi, > > A minor suggestion on the below configuration part readability. > > {authenticationOptions:[ > > {authenticator:'basic'}, > {idp:'Twitter'}, > {idp:'myIdp', authenticator:'samlsso'}]}, > > So in the options array

[Architecture] [IS] Filtering authentication options of a step by script

2018-06-07 Thread Pulasthi Mahawithana
Hi, We are planning to provide support for the $subject to cater the requirements where we may need to filter out some options of a step based on some conditions. *Example use case:* We have an authentication step with following options. - Basic authentication - IWA authentication We'll