Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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