Skip to content

Commit

Permalink
docs(config-api): swagger fix for script enum (#2862)
Browse files Browse the repository at this point in the history
* fix(config-api): client creation exception

* fix(config-api): client creations exception

* fix(config-api): issues fixed 2743, 2755 and 2689

* fix(config-api): change to use fido2 app config model

* fix(config-api): change to use fido2 app config model

* docs(config-api): swagger fix for script enum
  • Loading branch information
pujavs authored Nov 4, 2022
1 parent 4a27091 commit 47edb6e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3622,34 +3622,34 @@ components:
type: string
description: Type of script.
enum:
- PERSON_AUTHENTICATION
- INTROSPECTION
- RESOURCE_OWNER_PASSWORD_CREDENTIALS
- APPLICATION_SESSION
- CACHE_REFRESH
- CLIENT_REGISTRATION
- ID_GENERATOR
- UMA_RPT_POLICY
- UMA_RPT_CLAIMS
- UMA_CLAIMS_GATHERING
- CONSENT_GATHERING
- DYNAMIC_SCOPE
- SPONTANEOUS_SCOPE
- END_SESSION
- POST_AUTHN
- SCIM
- CIBA_END_USER_NOTIFICATION
- REVOKE_TOKEN
- PERSISTENCE_EXTENSION
- IDP
- DISCOVERY
- UPDATE_TOKEN
- CONFIG_API
- person_authentication
- introspection
- resource_owner_password_credentials
- application_session
- cache_refresh
- client_registration
- id_generator
- uma_rpt_policy
- uma_rpt_claims
- uma_claims_gathering
- consent_gathering
- dynamic_scope
- spontaneous_scope
- end_session
- post_authn
- scim
- ciba_end_user_notification
- revoke_token
- persistence_extension
- idp
- discovery
- update_token
- config_api
programmingLanguage:
type: string
enum:
- PYTHON
- JAVA
- python
- java
description: Programming language of the custom script.
moduleProperties:
type: array
Expand Down

0 comments on commit 47edb6e

Please sign in to comment.