Results 46 comments of Devrim

@yuriyz As log as I know there won't be CM-5.0

Done https://github.com/GluuFederation/community-edition-setup/commit/aae3bd2811632661c159d33ae982865ec1e39f2b

``` mysql> show columns from oxAuthUmaRPT; +-----------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------------+--------------+------+-----+---------+-------+ | doc_id | varchar(64) | NO | PRI |...

@nynymike @yuriyz @yurem I need guide on how to this problem.

I think we can easiliy implement this when we move to mono-repo

If this script is outside of gluu ui, I can write and display on a separate web page. Starting to think about implementing on clustermgr.

It is actually adding, but due to swagger client, it raises error. See adding client with current version ![Screenshot_2022-07-12_20-57-02](https://user-images.githubusercontent.com/6398752/178561228-371e145b-392d-4011-8adf-be4d3faa305c.png) And retreving with new version ![Screenshot_2022-07-12_20-57-56](https://user-images.githubusercontent.com/6398752/178561339-145e13a7-eddf-4e9b-8b47-831740da46ee.png)

Let's postpone this issue. New version should fix it.

@pujavs Is **moduleProperties** mandatory? Seems not, config-api can create without **moduleProperties** If not mandatory please remove this line https://github.com/JanssenProject/jans/blob/main/jans-config-api/docs/jans-config-api-swagger.yaml#L3958

New swagger file fixed this issue ``` Custom Scripts -------------- 1 Gets a list of custom scripts 2 Adds a new custom script 3 Updates a custom script 4 Fetch...