Skip to content

Commit

Permalink
docs(config-api): issue 6382 - regen spec to reflect new fields in Cl…
Browse files Browse the repository at this point in the history
…ientAttributes (#6566)

* fix(config-api): source LDAP server test

* feat(config-api): pom changes for org json

Signed-off-by: pujavs <pujas.works@gmail.com>

* fix(config-api): sync with main

Signed-off-by: pujavs <pujas.works@gmail.com>

* docs(config-api): issue 6382 - regen spec to reflect new fields in ClientAttributes

Signed-off-by: pujavs <pujas.works@gmail.com>

---------

Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
pujavs authored and devrimyatar committed Dec 30, 2023
1 parent 16e10b0 commit 83495f4
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
59 changes: 42 additions & 17 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -7638,6 +7636,8 @@ components:
type: string
jwksUri:
type: string
archivedJwksUri:
type: string
registrationEndpoint:
type: string
openIdDiscoveryEndpoint:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -8108,6 +8125,8 @@ components:
type: boolean
introspectionSkipAuthorization:
type: boolean
introspectionRestrictBasicAuthnToOwnTokens:
type: boolean
endSessionWithAccessToken:
type: boolean
cookieDomain:
Expand Down Expand Up @@ -8358,8 +8377,6 @@ components:
type: boolean
skipAuthenticationFilterOptionsMethod:
type: boolean
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
Expand All @@ -8369,6 +8386,8 @@ components:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down Expand Up @@ -9099,6 +9118,12 @@ components:
format: int32
evidence:
type: string
introspectionSignedResponseAlg:
type: string
introspectionEncryptedResponseAlg:
type: string
introspectionEncryptedResponseEnc:
type: string
CustomObjectAttribute:
type: object
properties:
Expand Down Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
</dependency>

<!-- apache james -->
Expand Down
4 changes: 0 additions & 4 deletions jans-config-api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
Expand Down

0 comments on commit 83495f4

Please sign in to comment.