wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 727 forks source link

[Applications REST API] Need an endpoint to get all the available JS functions for adaptive scripts. #7899

Closed brionmario closed 3 days ago

brionmario commented 4 years ago

Description: When configuring script based adaptive authentication, the current management console gives hints and autocomplete suggestions to the user regarding the supported JS functions etc.

Same experience has to be provided to the new Dev Portal hence the $subject.

Screen Shot 2020-03-17 at 10 30 11 AM
ruwanta commented 4 years ago

This is already being addressed via https://github.com/wso2-incubator/identity-developer-tools

Better not do any improvement on this editor more than currently.

ruwanta commented 4 years ago

This adaptive script editor currently use CodeMirror as the editor

We need to improve it to use, which has rich IDE support, eg. "Language Server" https://www.eclipse.org/che/features/

isharak commented 3 days ago

This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!