diff --git a/jans-config-api/docs/jans-config-api-swagger.yaml b/jans-config-api/docs/jans-config-api-swagger.yaml index 7e179913046..91a656b4a00 100644 --- a/jans-config-api/docs/jans-config-api-swagger.yaml +++ b/jans-config-api/docs/jans-config-api-swagger.yaml @@ -2,15 +2,13 @@ openapi: 3.0.1 info: title: Jans Config API contact: - name: Gluu Support - url: https://support.gluu.org - email: xxx@gluu.org + name: Contact + url: https://github.com/JanssenProject/jans/discussions license: - name: Apache 2.0 + name: License url: https://github.com/JanssenProject/jans/blob/main/LICENSE - version: 1.0.0 servers: -- url: https://jans.io/ +- url: https://jans.local.io description: The Jans server variables: {} tags: @@ -7588,19 +7586,19 @@ components: $ref: '#/components/schemas/AttributeValidation' tooltip: type: string - userCanView: - type: boolean - adminCanView: + whitePagesCanView: type: boolean - adminCanAccess: + adminCanEdit: type: boolean - userCanAccess: + adminCanView: type: boolean - adminCanEdit: + userCanView: type: boolean userCanEdit: type: boolean - whitePagesCanView: + adminCanAccess: + type: boolean + userCanAccess: type: boolean baseDn: type: string @@ -7638,6 +7636,8 @@ components: type: string jwksUri: type: string + archivedJwksUri: + type: string registrationEndpoint: type: string openIdDiscoveryEndpoint: @@ -7688,9 +7688,14 @@ components: type: boolean allowAllValueForRevokeEndpoint: type: boolean + allowRevokeForOtherClients: + type: boolean sectorIdentifierCacheLifetimeInMinutes: type: integer format: int32 + archivedJwkLifetimeInSeconds: + type: integer + format: int32 umaConfigurationEndpoint: type: string umaRptAsJwt: @@ -7804,6 +7809,18 @@ components: type: array items: type: string + introspectionSigningAlgValuesSupported: + type: array + items: + type: string + introspectionEncryptionAlgValuesSupported: + type: array + items: + type: string + introspectionEncryptionEncValuesSupported: + type: array + items: + type: string idTokenSigningAlgValuesSupported: type: array items: @@ -8108,6 +8125,8 @@ components: type: boolean introspectionSkipAuthorization: type: boolean + introspectionRestrictBasicAuthnToOwnTokens: + type: boolean endSessionWithAccessToken: type: boolean cookieDomain: @@ -8358,8 +8377,6 @@ components: type: boolean skipAuthenticationFilterOptionsMethod: type: boolean - fapi: - type: boolean allResponseTypesSupported: uniqueItems: true type: array @@ -8369,6 +8386,8 @@ components: - code - token - id_token + fapi: + type: boolean AuthenticationFilter: required: - baseDn @@ -9099,6 +9118,12 @@ components: format: int32 evidence: type: string + introspectionSignedResponseAlg: + type: string + introspectionEncryptedResponseAlg: + type: string + introspectionEncryptedResponseEnc: + type: string CustomObjectAttribute: type: object properties: @@ -9351,14 +9376,14 @@ components: type: boolean internal: type: boolean + locationPath: + type: string locationType: type: string enum: - ldap - db - file - locationPath: - type: string baseDn: type: string ScriptError: diff --git a/jans-config-api/pom.xml b/jans-config-api/pom.xml index daf8559828a..fd217333fe8 100644 --- a/jans-config-api/pom.xml +++ b/jans-config-api/pom.xml @@ -393,7 +393,6 @@ org.json json - 20230227 diff --git a/jans-config-api/server/pom.xml b/jans-config-api/server/pom.xml index 912ea4636e5..a55828e844e 100644 --- a/jans-config-api/server/pom.xml +++ b/jans-config-api/server/pom.xml @@ -238,10 +238,6 @@ org.apache.commons commons-collections4 - - org.json - json - org.glassfish jakarta.faces