Skip to content

Commit

Permalink
feat(jans-config): changes to merge config-idp-plugin merged with con…
Browse files Browse the repository at this point in the history
…fig-saml-plugin (#6921)

* feat(kc-saml-plugin): renamed plugin

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

* feat(kc-saml-plugin): refactor and improvement issue#6869

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

* feat(kc-saml-plugin): sync with main

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

* feat(kc-saml-plugin): saml and idp merge

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

* feat(kc-saml-plugin): saml and idp merge

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

* feat(kc-saml-plugin): saml and idp merge

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

---------

Signed-off-by: pujavs <pujas.works@gmail.com>
  • Loading branch information
pujavs committed Dec 4, 2023
1 parent 29a58cd commit 86e71c9
Show file tree
Hide file tree
Showing 103 changed files with 2,653 additions and 4,437 deletions.
27 changes: 14 additions & 13 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ info:
license:
name: License
url: https://github.com/JanssenProject/jans/blob/main/LICENSE
version: OAS Version
servers:
- url: https://jans.local.io
description: The Jans server
Expand Down Expand Up @@ -7606,22 +7607,22 @@ components:
$ref: '#/components/schemas/AttributeValidation'
tooltip:
type: string
adminCanView:
whitePagesCanView:
type: boolean
adminCanEdit:
selected:
type: boolean
userCanView:
type: boolean
userCanEdit:
type: boolean
userCanView:
adminCanView:
type: boolean
adminCanEdit:
type: boolean
adminCanAccess:
type: boolean
userCanAccess:
type: boolean
whitePagesCanView:
type: boolean
selected:
type: boolean
baseDn:
type: string
PatchRequest:
Expand Down Expand Up @@ -8421,8 +8422,6 @@ components:
type: boolean
skipAuthenticationFilterOptionsMethod:
type: boolean
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
Expand All @@ -8432,6 +8431,8 @@ components:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down Expand Up @@ -8562,16 +8563,16 @@ components:
type: string
bridgeScriptPage:
type: string
defaultResponseHeaders:
type: object
additionalProperties:
type: string
serializeRules:
type: object
additionalProperties:
type: array
items:
type: string
defaultResponseHeaders:
type: object
additionalProperties:
type: string
JsonNode:
type: object
SsaConfiguration:
Expand Down
1,110 changes: 1,110 additions & 0 deletions jans-config-api/plugins/docs/kc-saml-plugin-swagger.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 86e71c9

Please sign in to comment.