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

chore(deps): bump org.keycloak.bom:keycloak-adapter-bom from 21.0.1 to 25.0.6 in /jans-keycloak-link #9549

Open
wants to merge 4,323 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 27, 2024

  1. feat: add flag to disable logger timer (#8789)

    feat: add flag to disable logger timer #8788
    
    Signed-off-by: jgomer2001 <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    jgomer2001 and moabu authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    95ead7c View commit details
    Browse the repository at this point in the history
  2. fix(jans-cli-tui): re-write date-time picker (#8790)

    * fix(jans-cli-tui): re-write date-time picker
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * feat(jans-cli-tui): date picker month-year adjustment
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8a11387 View commit details
    Browse the repository at this point in the history
  3. docs(jans-lock): add swagger reference (#8775)

    Signed-off-by: SafinWasi <[email protected]>
    SafinWasi authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d334eb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fe2d23 View commit details
    Browse the repository at this point in the history
  5. docs(ldap-conf): LDAP config doc updates (#8797)

    * docs: update the ldap conf detail
    
    * docs(ldap): add schema format and example
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cd435f9 View commit details
    Browse the repository at this point in the history
  6. docs(logging): add schema format and example (#8796)

    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    14bf29d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    435ba39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2269019 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix(jans-cli-tui): Admin UI roles (#8780)

    * chore(jans-cli-tui): more logging
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): User Admin UI roles
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8a88d6f View commit details
    Browse the repository at this point in the history
  2. feat(jans-keycloak-integration): update kc saml integration into ce a…

    …nd cn #8776 (#8806)
    
    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): keycloak protocol mapper
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): remove references to jans standalone persistence layer
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): experimental protocol mapper for kc #8614
    * added persistence manager configuration for protocol mapper
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): added dependencies for protocol mapper #8614
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): experimental protocol mapper  #8614
    * added dependencies to protocol mapper
    * added protocol mapper main class
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): experimental protocol mapper #8614
    * added relevant models to fetch user attributes
    * refactored the db configuration classes
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): janssen spi bundle  #8614
    * created maven project for janssen spi bundle
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): janssen spi bundle #8614
    * added dependencies xml
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to job-scheduler #8614
    * added support for new protocol mapper in job scheduler
    * fixed typo in application shutdown log message
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): keycloak integration enhancements  #8614
    * added support for the protocol-mapper in job-scheduler configuration
    * fixed issue in  job-scheduler logging configuration that caused too many log files to be created
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): spi bundle #8614
    * additions to the spi bundle pom file
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): keycloak integration enhancements #8614
    * added protocol mapper implementation
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * added thin bridge spi provider
    * added models for thin bridge provider
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * moved authenticator spi to spi module
    * minor refactoring to the authenticator spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * moved authenticator rest service spi to spi module
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * added new storage provider implementation
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * added missing files to spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * added resource files to spi module
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * bump spi version to 1.1.3-SNAPSHOT
    * removed protocol-mapper PoC from build modules
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * minor bugfix to scheduler. did not show fatal startup errors in log file
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    *fix for fatal errors which don't still appear in the logs
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * further housekeeping in job-scheduler
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * fixed bug in user storage spi preventing authentication in new version of keycloak
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * have scheduler create saml clients with document and assertion signing as default configuration
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancement to jans-keycloak-integration #8614
    * removed reference to protocol-mapper poc submodule
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * removed reference to storage-spi module
    * restored job-scheduler module in build pom
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * removed authenticator source as it was moved to spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    * fixes suggested by static analyser
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): enhancements to jans-keycloak-integration #8614
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): update kc-saml integration installation for ce and cn #8776
    * marked jans  authenticator in the kc authentication flow ALTERNATIVE
    * updated providerId for our custom user storage provider
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): update kc-saml integration installation for ce and cn #8776
    * bump keycloak version in setup to 25.0.1
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): update kc-saml integration installation for ce and cn #8776
    * removed references to scim client configuration reference (used by former user storage provider)
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): update kc-saml integration installation for ce and cn #8776
    * moved kc service configuration parameters from service file to keycloak configuration file
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): update kc-saml integration installation for ce and cn #8776
    * added quarkus.properties
    * minor change to keycloak service file
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): fix build issue after bumping keycloak libs version #8776
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    uprightech authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8d4251a View commit details
    Browse the repository at this point in the history
  3. docs: default acr script validation (#8715)

    * docs: user password validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: user password validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: user password validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: user password validation doc
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: user password validation doc
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: user password validation doc
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: default acr script validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: default acr script validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: default acr script validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: default acr script validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * docs: move the note about cust scripts and add link to docs
    
    * docs: add information about absence of default
    
    * docs: reword the note
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: remove the image from update section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    pujavs and ossdhaval authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a394f11 View commit details
    Browse the repository at this point in the history
  4. docs(scim): adding custom attribute using scim (#7151)

    Signed-off-by: mmrraju <[email protected]>
    mmrraju authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1e2a4b0 View commit details
    Browse the repository at this point in the history
  5. feat(jans-auth-server): Token Status List support (#8620)

    * chore(jans-auth-server): renamed OXAUTH_UMA_TICKET -> UMA_TICKET
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): Token Status List support
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): corrected requestContext and azd decoding
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added token status list endpoint and status claim with index.
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): new cluster beans and services
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): added head index to list
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): move beans to core model
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): add index range to TokenPool
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): added application/statuslist+json support
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): add methods to allocate/release TokenPool
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): fix TokenPool sort
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): implement method to get nextIndex for token
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): implement method to get nextIndex for token
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): instead of using token list status use expiration date
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth-server): fixed index during list joins and npe on nextIndex.
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): populate statusListIndex in access and id tokens
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): add ClusterNode services
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): add node base dn
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): added status list update on revoke
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix after merge
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): add schema for new entries
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): fix allocate
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): fix cluster nodes expiration
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): added status list as jwt support
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): Deprecate TokenPoolStatus
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): implement updateWithLock for concurent lock on revoke
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): use updateWithLock during status update index
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): update status list on token revoke in separate thread
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): renamed TokenPool -> StatusTokenPool, TokenPoolService -> StatusTokenPoolService
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): removed token head index (we are using status token pools instead)
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added status list to swagger
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added ou=node,o=jans to config
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): throw configuration exception if node baseDn is missed
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): set status_list feature flag enabled by default
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): fixed node allocation
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): corrected bug in getClusterNodeLast
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): keep lockKey static and save in jansNode after locking
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): different fixes for cluster node management
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): fixed allocation of status index pools
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * chore(jans-auth-server): added more logs for status index pool allocation
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth): igore timezone when DB is PostgresSQL
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): fetch all node entries if DB is LDAP
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth-server): added status list client
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): fixed pool allocation
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * chore(jans-auth-server): renamed endpoint /token_status_list -> /status_list
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-orm): resovle bean property name with AttributeName #8773
    
    * chore(jans-auth-server): renamed token_status_list -> status_list
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * chore(jans-auth-server): token statuses VALID - 0, INVALID - 1
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * chore(jans-auth-server): moved status list to model for re-using
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added batch index update and fixed concurrent update issue
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): use new index update method in existing revoke code
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * fix(jans-auth-server): fixed status pool index joining
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * chore(jans-auth-server): code improvements
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * test(jans-auth-server): added full integration test for status list
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * test(jans-auth-server): added test for CN case
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): mark indexes which we are about to re-use as VALID
    
    #8562
    Signed-off-by: YuriyZ <[email protected]>
    
    * code re-format
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * docs(config-api): regenerating config swagger api
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    Signed-off-by: Yuriy Movchan <[email protected]>
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: Yuriy Movchan <[email protected]>
    Co-authored-by: pujavs <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    4 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    51101e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    dfbf29e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4ab1bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b4e618 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. feat: ui improvement and FIDO authentication integration (#8828)

    * feat: ui improvement and fido authentication integration #5962
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: adding loader
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: fix loading issue
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: fixing logout
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: fixing logout
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: adding docs
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: adding docs
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: adding docs
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: remove extra OP_config call
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: modify README
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: modify README
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: changing ReadMe
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    ---------
    
    Signed-off-by: Arnab Dutta <[email protected]>
    duttarnab authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    27de43e View commit details
    Browse the repository at this point in the history
  2. fix(jans-cli-tui): scim config disableLoggerTimer (#8835)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e104077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07674e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdea2b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore(cloud-native): sync assets to OCI images (#8834)

    * chore(docker-jans-auth-server): sync jans-lock assets
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(cloud-native): add Token Status List support
    
    Signed-off-by: iromli <[email protected]>
    
    * chore(cloud-native): sync assets to OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(docker-jans-saml): update kc-saml integration installation
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: migrate jans storage
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: remove unused client
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    iromli authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c5d8ee View commit details
    Browse the repository at this point in the history
  2. docs(fido2): updates to fido2 config doc (#8809)

    * docs: update fido2 configuration document
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * fido2 : add schema format and example
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: update file names
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: remove old files
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(fido2): update the instructions for update conf section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(fido2): proofreading
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: Devrim <[email protected]>
    ossdhaval and devrimyatar authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    90a98de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7e04c View commit details
    Browse the repository at this point in the history
  4. docs(jwks): update jwks conf documents (#8811)

    * docs: update JWKS conf
    
    * jwks : add schema format and example
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(jwks): add schema format and example
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(jwk): Add tui section and add schema
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(jwks): fix update instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(jwk): rephrase and proofread
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: Devrim <[email protected]>
    ossdhaval and devrimyatar authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5f8e1c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0154b3 View commit details
    Browse the repository at this point in the history
  6. fix(jans-linux-setup): typo (#8845)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8a9340a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat(cloud-native): add ingress for jans-lock as jans-auth service (#…

    …8857)
    
    * feat(cloud-native): add ingress for jans-lock as jans-auth service
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(docker-jans-all-in-one): remove unused KC_PROXY env
    
    Signed-off-by: iromli <[email protected]>
    
    * docs(charts): add ingress for jans-lock config
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    40847c5 View commit details
    Browse the repository at this point in the history
  2. chore(docker-jans-saml): sync asset for OCI image (#8859)

    * chore(docker-jans-saml): sync asset for OCI image
    
    Signed-off-by: iromli <[email protected]>
    
    * chore(all-in-one): update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    iromli authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ece5a41 View commit details
    Browse the repository at this point in the history
  3. ci: fix catching the docs commit (#8861)

    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    364ca5c View commit details
    Browse the repository at this point in the history
  4. feat(jans-keycloak-integration): disable verify_profile required action

    #8863 (#8865)
    
    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-keycloak-integration): disable keycloak required action verify_profile #8863
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    uprightech authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    74e12c0 View commit details
    Browse the repository at this point in the history
  5. fix(jans-linux-setup): kc deployment updates (#8856)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5964bce View commit details
    Browse the repository at this point in the history
  6. feat(jans-linux-setup): KC disable verify_profile required action (#8873

    )
    
    Signed-off-by: Mustafa Baser <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    devrimyatar and moabu authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    950f5c3 View commit details
    Browse the repository at this point in the history
  7. fix(fido2): remove weld dependency (#8871)

    Signed-off-by: Yuriy Movchan <[email protected]>
    Co-authored-by: YuriyZ <[email protected]>
    Co-authored-by: Yuriy M <[email protected]>
    3 people authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6b4504f View commit details
    Browse the repository at this point in the history
  8. feat(cloud-native): disable keycloak verify_profile action (#8876)

    * feat(cloud-native): disable keycloak verify_profile action
    
    Signed-off-by: iromli <[email protected]>
    
    * chore(cloud-native): update JANS_SOURCE_VERSION for aio
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    75f6e31 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    6fca35b View commit details
    Browse the repository at this point in the history
  2. fix(cloud-native): pre-populate parentId in userstorage config (#8882)

    fix(cloud-native): pre-populate providerId in userstorage config
    
    Signed-off-by: iromli <[email protected]>
    iromli authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    33ce457 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix(jans-linux-setup): disable kc verify_profile (#8885)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cc79f2b View commit details
    Browse the repository at this point in the history
  2. chore(release): release 1.1.3 (#8889)

    * chore: 1.1.3-SNAPSHOT to 1.1.3
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: modify image tags
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: add 1.1.3 to version list in readme
    
    Signed-off-by: moabu <[email protected]>
    
    * docs: lock configuration schema declaration (#8862)
    
    doc: lock config documentation
    
    Signed-off-by: pujavs <[email protected]>
    
    * chore: update Dockerfile
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: update prereelase chart flag
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: pujavs <[email protected]>
    moabu and pujavs authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    86e9c31 View commit details
    Browse the repository at this point in the history
  3. fix(docs): autogenerate docs (#8891)

    * docs: auto-generated property docs
    
    * docs: auto-generated Swagger SPEC docs
    mo-auto authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    56a0dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore(release): prep work for 1.1.4-SNAPSHOT and dev (#8895)

    * chore: release 1.1.4 SNAPSHOT
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: add conditionals on running tests
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b8f44db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de98cc View commit details
    Browse the repository at this point in the history
  3. feat(jans-auth-server): added jti and client_id to userinfo #8763 (#8912

    )
    
    * feat(jans-auth-server): added jti and client_id to userinfo #8763
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * docs(jans-auth-server): added jti and client_id to userinfo #8763
    
    Signed-off-by: YuriyZ <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b136a35 View commit details
    Browse the repository at this point in the history
  4. feat(jans-lock): Acquire config from JS, Improved codebase structure (#…

    …8819)
    
    * feat(jans-lock): Implemented token2entiy mapper, crypto module, correct LockMaster config handling, Restructured codebase
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): Added documentation via README.md, fixed token registration endpoint
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): Expanded documentation a bit
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): fixed typo
    
    Signed-off-by: sokorototo <[email protected]>
    
    * docs(jans-lock): Updated readme, further developments on token2entity
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Use  claim from SSA_JWT in Dynamic Client Registration
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): Clean local tree
    
    Signed-off-by: sokorototo <[email protected]>
    
    * docs(jans-lock): Added instructions for Web builds
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): Separated out SSE into module
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Initial cedarling SSE status list update support
    
    Signed-off-by: sokorototo <[email protected]>
    
    * docs(jans-lock): Added special instructions for cedarling usage on the Web
    
    Signed-off-by: sokorototo <[email protected]>
    
    ---------
    
    Signed-off-by: sokorototo <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    sokorototo and moabu authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e7c356 View commit details
    Browse the repository at this point in the history
  5. ci: fix missing FQDN parse on quick start script (#8916)

    * feat: enable missing services in docker monolith
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: fix missing FQDN parse
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3a138c5 View commit details
    Browse the repository at this point in the history
  6. ci: fix override on running tests and registered FQDN (#8917)

    ci: fix override on runnign tests and registered FQDN
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2d91112 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea93e5b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. docs: config guide restructuring (#8932)

    * docs(nav): restructure config section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(nav): add doc file for missing sections
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(nav): add files
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(nav): add config guide file for custom assets
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(nav): move device auth and passwd validation to recipes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(fix): update the tag
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(fix): add placeholder content
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs:remove comments from plugins
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: relocate files
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: relocate SCIM guides
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: move fido2 config doc
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: update links and paths to point to new file locations
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * fix(docs): rollback commented section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9e25c05 View commit details
    Browse the repository at this point in the history
  2. docs: add more Cedarling overview content (#8941)

    More Cedarling overview content
    
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: Michael Schwartz <[email protected]>
    ossdhaval and nynymike authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    501e041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cfcd2f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix(jans-auth):unable to login with super_gluu as acr (#8944)

    * fix(jans-auth):unable to login with super_gluu as acr
    
    * fix(jans-auth):rename file name
    mjatin-dev authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    aa29413 View commit details
    Browse the repository at this point in the history
  2. fix: allow version pass to avoid latest install always (#8517)

    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    misba7 and moabu authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2bce686 View commit details
    Browse the repository at this point in the history
  3. fix(jans-core): inherit context classloader #8952 (#8953)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2952467 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore(docs): revise content for OAuth scopes configuration (#8956)

    docs: revise content
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e7a6364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d025ab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Issue 8744 (#8958)

    * feat(jans-lock-master): load token status list
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-lock): add SSE token status list message type
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2990cd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. ci(codeowners): update CODEOWNERS (#8969)

    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d3d1d1d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. docs(config): add instructions for messaging configuration (#8973)

    * docs(messaging): update instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): fix commands
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): proofreading
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    93ff8ae View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat(jans-pycloudlib): add configuration schema (#8924)

    * feat(jans-pycloudlib): add configuration schema
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(jans-pycloudlib): add missing redis_password secret
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(jans-pycloudlib): change default value for ldap_init_host configmap
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(jans-pycloudlib): handle error when python-consul returns None instead of empty string
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(jans-pycloudlib): resolve default kc_admin_password secret
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: set empty string as default ldap configuration
    
    Signed-off-by: iromli <[email protected]>
    
    * test(jans-pycloudlib): remove unused err variable in test
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: empty string as default ldapTrustStoreFn value
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: change type of optional_scopes configmap
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: set default value for optional_scopes configmap
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0538d19 View commit details
    Browse the repository at this point in the history
  2. fix(jans-keycloak-integration): scheduler throws error on metadata fi…

    …les referencing xml namespace #8976 (#8977)
    
    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * bumped nimbus oidc sdk version
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * removed  old metadata parser and entityidhandler from `jans-core-saml`
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * further removed old saml related code
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8654
    * removed unused dependencies in jans-core-saml
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): scheduler throws error on metdata files referencing xml namespace #8976
    * added missing xml namespace to SAMLMetadataNamespaceContext
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    uprightech and moabu authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    15c859f View commit details
    Browse the repository at this point in the history
  3. fix(jans-keycloak-integration): security bugfixes #8954 (#8962)

    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * bumped nimbus oidc sdk version
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * removed  old metadata parser and entityidhandler from `jans-core-saml`
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8954
    * further removed old saml related code
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-keycloak-integration): security bugfixes #8654
    * removed unused dependencies in jans-core-saml
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    uprightech and moabu authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d40a949 View commit details
    Browse the repository at this point in the history
  4. fix(jans-config-api): security bugfixes #8963 (#8974)

    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-config-api): broken build of saml config-api plugin #8963
    * begin removing references to the metadata timer (functionality moved to the scheduler)
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * fix(jans-config-api): broken build of saml config-api plugin #8963
    * removed references to MetadataValidationTimer
    * refactored saml inbount and saml idp rest resource providers
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    uprightech and moabu authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    974040e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    94609d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix(jans-linux-setup): install with setup.properties (#8994)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    56ae412 View commit details
    Browse the repository at this point in the history
  2. ci: add cb spanner docker monolith (#8999)

    * feat:add couchabse and spanner
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: parse couchbase and spanner docker compose files
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: fix typo
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: fix typo
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: fix typo
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: run spanner locally
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: RUN_TEST parse
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: RUN_TEST parse
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: adjust spanner setup
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: default don't install KC
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: break out of setup
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7af36c9 View commit details
    Browse the repository at this point in the history
  3. docs: correct spelling of properties (#8710)

    Signed-off-by: Rehket <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    Rehket and ossdhaval authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1ec6830 View commit details
    Browse the repository at this point in the history
  4. docs: more Cedarling overview docs (#8996)

    * More Cedarling overview docs
    
    * fix(docs): add links to navigation
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: ossdhaval <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    3 people authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dfc910f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bde131 View commit details
    Browse the repository at this point in the history
  6. doc(jans-auth-server): added global token revocation page to mkdocs (#…

    …9002)
    
    doc(jans-auth-server): added global token revocation page to mkdocs #8398
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d4a6178 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Mike cedarling docs 01 (#9016)

    * Prefixed bootstrap properties CEDERLING_
    
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    
    * Edits to Cedarling docs
    
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    nynymike authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    eb0a4e9 View commit details
    Browse the repository at this point in the history
  2. feat(jans-linux-setup): overwrite minimum mem allocation for couchbas…

    …e buckets (#9003)
    
    * feat(jans-linux-setup): overwrite minimum mem allocation for couchbase buckets
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-linux-setup): add custom libs to jans-auth if any
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f8b1662 View commit details
    Browse the repository at this point in the history
  3. docs(lock): add missing files with placeholder content (#9017)

    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    ossdhaval and moabu authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d97d63e View commit details
    Browse the repository at this point in the history
  4. feat(cloud-native): modify images to conform to configuration schema (#…

    …8960)
    
    * feat(cloud-native): modify images to conform to configuration schema
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: allow empty value for configmaps and secrets
    
    Signed-off-by: iromli <[email protected]>
    
    * docs(cloud-native): conform to new configuration schema
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: revert allow empty value for configmaps and secrets
    
    Signed-off-by: iromli <[email protected]>
    
    * chore(charts): conform to new configuration schema
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: conform to optional_scopes configmap changes
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    * docs(charts): update configurator reference docs
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    51eaf59 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. docs: correct typos in scim docs (#9013)

    * docs: correct typos in scim docs
    
    * docs: correct typos in scim docs
    
    Signed-off-by: Rehket <[email protected]>
    
    ---------
    
    Signed-off-by: Rehket <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    Rehket and ossdhaval authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    634e380 View commit details
    Browse the repository at this point in the history
  2. ci: fix doc check (#9022)

    Signed-off-by: moabu <[email protected]>
    moabu authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f4c9e0b View commit details
    Browse the repository at this point in the history
  3. fix(cloud-native): remove oxauth variable naming inside templates (#9027

    )
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9357128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3bd72 View commit details
    Browse the repository at this point in the history
  5. feat(cloud-native): import SSL cert of internal proxy service (#9029)

    * feat(cloud-native): import SSL cert of internal proxy service
    
    Signed-off-by: iromli <[email protected]>
    
    * docs(cloud-native): update docker-jans-config-api reference
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3b635fe View commit details
    Browse the repository at this point in the history
  6. docs: Cedarling Overview edits for readability. (#9030)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    nynymike and moabu authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    16b2c3f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. docs(jans-lock): add default schema (#9020)

    * docs(jans-lock): add default schema
    
    Signed-off-by: SafinWasi <[email protected]>
    
    * docs(jans-lock): update names and location
    
    Signed-off-by: SafinWasi <[email protected]>
    
    ---------
    
    Signed-off-by: SafinWasi <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    SafinWasi and moabu authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bb229b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    6f6ca62 View commit details
    Browse the repository at this point in the history
  2. feat(jans-auth-server): introduced client authentication custom script (

    #9024)
    
    * feat(jans-auth-server): introduce client authentication custom script #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added external client authn context for custom script #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added external client authn service #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): injected external client authn service into authentication filter #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added client authn sample script #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * doc(jans-auth-server): added documentation for new client authn custom script #8081
    
    Signed-off-by: YuriyZ <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7df0c74 View commit details
    Browse the repository at this point in the history
  3. fix(jans-linux-setup): remove saml_scim_client (#9048)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    093f63e View commit details
    Browse the repository at this point in the history
  4. fix(jans-cli-tui): asset upload (#9050)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7106f6e View commit details
    Browse the repository at this point in the history
  5. fix(jans-cli-tui): asset creation date (#9052)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    731aaa6 View commit details
    Browse the repository at this point in the history
  6. jans-docs: lock updates to README, cedarling and lock master docs. (#…

    …9042)
    
    * Lock Docs Update
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    
    * Lock Diagram Update
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    
    * docs(lock): proofread and fix
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(lock): proofread and fix
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(lock): nav changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    Signed-off-by: Dhaval D <[email protected]>
    Co-authored-by: ossdhaval <[email protected]>
    nynymike and ossdhaval authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fa9d079 View commit details
    Browse the repository at this point in the history
  7. fix(docker-jans-saml): set kc_saml_openid client as trusted client (#…

    …9044)
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f809e45 View commit details
    Browse the repository at this point in the history
  8. feat(jans-lock): lock audit endpoints (#9034)

    * feat(config-api): lock endpoind wip
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): telemetry audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoints
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoints
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoints
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoints
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock telemery endpoint - wip
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat:(config-api): lock telemetry endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with origin
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock telemetry endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock telemetry audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat: audit health endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api); lock health endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock log audit
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api) lock telemetry endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoints
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock audit endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(jans-linux-setup): jans-lock client
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    Signed-off-by: Mustafa Baser <[email protected]>
    Co-authored-by: Mustafa Baser <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    3 people authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b0aaac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d5dbf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382be5c View commit details
    Browse the repository at this point in the history
  3. fix(jans-lock): fix lock startup in jans-auth service mode (#9062)

    * fix(jans-lock): fix lock startup in jans-auth service mode
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-lock): fix lock startup in jans-auth service mode
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9cda8e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    649c747 View commit details
    Browse the repository at this point in the history
  2. docs(config): custom assets configuration via CLI and TUI (#9067)

    * docs: create custom asset config document
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): proofreading
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): minor updates
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: fix format issue
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): fix add and update sections
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1566ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c79a61 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. docs(config): update instructions in LDAP configuration document (#9056)

    * docs(ldap): ldap config add-update document changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(config): update LDAP conf instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3c1ddaa View commit details
    Browse the repository at this point in the history
  2. docs(config): updates to custom assets config page (#9076)

    * docs(config): fix format issue and add new outputs
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(custom-assests): fix format issue
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4076d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f04774b View commit details
    Browse the repository at this point in the history
  4. feat(jans-linux-setup): updated jansServiceModule for config-api in p…

    …ost-setup (#9079)
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ddacc32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e153479 View commit details
    Browse the repository at this point in the history
  6. fix(jans-linux-setup): scope id permission to role for inum: C4F5 (#9072

    )
    
    * fix(jans-linux-setup): scope id permission to role for inum: C4F5
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): default scope type is openid when creating new
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    Co-authored-by: YuriyZ <[email protected]>
    devrimyatar and yuriyz authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f01c038 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix(config-api): asset mgt error handling and SAML TR spec (#9082)

    * doc(config-api): attribite spec for saml trust relationship
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt update enhancement to make asset file optional
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): validate asset service dir
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt validation
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a6a1850 View commit details
    Browse the repository at this point in the history
  2. docs(customization): update the customization instructions to aling w…

    …ith custom assets (#9088)
    
    * docs(customize): add intro and management sections
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): add location details
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): add web customization instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): fix proofreading issues
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9fab110 View commit details
    Browse the repository at this point in the history
  3. docs(jans-lock): add latest schema (#9081)

    Signed-off-by: SafinWasi <[email protected]>
    SafinWasi authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    da60eab View commit details
    Browse the repository at this point in the history
  4. feat(jans-orm): mask password attribute values (#9104)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    de37d9d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. fix(jans-setup): corrected jansscr (#9100)

    * fix(jans-setup): corrected jansscr
    
    Signed-off-by: shekhar16 <[email protected]>
    
    * fix(jans-setup): corrected jansscr
    
    Signed-off-by: shekhar16 <[email protected]>
    
    ---------
    
    Signed-off-by: shekhar16 <[email protected]>
    shekhar16 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e157cd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix(docs): update UMA config doc (#9108)

    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    397494a View commit details
    Browse the repository at this point in the history
  2. docs(customization): updates to customization document to align with …

    …custom assets feature (#9106)
    
    * docs(customize): add intro and management sections
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): add location details
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): add web customization instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(customization): fix proofreading issues
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2452fe3 View commit details
    Browse the repository at this point in the history
  3. docs(config): OpenID Connect client configuration (#9107)

    * docs(config): update instructions
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(openid-client): update-openid-document-format
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(openid-client): fix-openid-document-format
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c6902d1 View commit details
    Browse the repository at this point in the history
  4. docs(config): update SMTP config instructions (#9090)

    * docs(smtp): smtp document format changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(smtp): add delete section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(smtp): fix format issue
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1bad5a1 View commit details
    Browse the repository at this point in the history
  5. feat(jans-config-api): make the metadata file parameter optional when…

    … updating a relationship (#9004)
    
    * fix(jans-linux-setup): improper scim configuration for jans kc #8210
    * updated the keycloak configuration file to reflect the  configuration for the storage-spi
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-config-api): make the metadata file parameter optional when updating a relationship #8997
    * updated the tr update endpoint to handle missing tr metadata file
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    
    * feat(jans-config-api): make the metadata file parameter optional when updating a relationship #8997
    * minor change to metadata validation call
    
    ---------
    
    Signed-off-by: Rolain Djeumen <[email protected]>
    uprightech authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8f86cb8 View commit details
    Browse the repository at this point in the history
  6. fix(jans-auth-server): introspection endpoint returns error for valid…

    … basic client authentication and invalid token #9093 (#9114)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    480ee64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d705bc6 View commit details
    Browse the repository at this point in the history
  8. chore(cloud-native): sync assets into OCI images (#9085)

    * chore(cloud-native): sync assets into OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: add lock audit endpoints
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: sync latest jans_schema.json
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: add missing jans-lock client redirect_uri
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: add missing jans-lock URL
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: resolve jansAttrs for jans-lock client
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: update jans-config-api-server
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(docker-jans-persistence-loader): resolve data type from sql_data_types.json file
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5db83d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix(jans-auth): fix AD user authentication (#9131)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4093719 View commit details
    Browse the repository at this point in the history
  2. docs(jans-lock): cedarling / lock doc updates (#9124)

    * Lock / Cedarling doc updates
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Signed-off-by: Michael Schwartz
    
    * fix(docs): proofreading
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: ossdhaval <[email protected]>
    nynymike and ossdhaval authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4a1da6b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix(jans-auth): fix AD user authentication (#9135)

    * fix(jans-auth): fix AD user authentication
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth): fix AD user authentication
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c362bf0 View commit details
    Browse the repository at this point in the history
  2. fix(config-api): asset upload mgt fix and fido2 registration error (#…

    …9133)
    
    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: Devrim <[email protected]>
    pujavs and devrimyatar authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    17244ab View commit details
    Browse the repository at this point in the history
  3. fix(docker-jans-saml): kc-jans-spi throws error if using spanner/couc…

    …hbase persistence (#9134)
    
    * fix(docker-jans-saml): kc-jans-spi throws error if using spanner/couchbase persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: extract spanner/couchbase libs into KC providers directory
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5f849c9 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#9137)

    Signed-off-by: mzico <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    mzico and ossdhaval authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cd90126 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    6291cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37772ca View commit details
    Browse the repository at this point in the history
  3. feat(charts)!: helm support for custom annotations and serviceAccount (

    …#8910)
    
    * docs: add network traffic notes
    
    * docs: add network traffic notes
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * docs: add external communication
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * docs: add note to avoid java args break
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * Revert "docs: add note to avoid java args break"
    
    This reverts commit 9f22446.
    
    * feat: add custom service Account, labels and annotations
    
    * docs: generate helm-docs
    
    * fix: resolve conflict
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * docs: resolve conflicts
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * fix: add lock additional labels and annotations
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * fix: reference labels and annotations correctly
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * fix: consistent order
    
    * fix(nginx-ingress): pass one argument to toYaml function
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * docs: generate helm-docs
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    ---------
    
    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    misba7 and moabu authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    519cb77 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    fddf192 View commit details
    Browse the repository at this point in the history
  2. fix(jans-auth-server): introspection has typo which can lead to inval…

    …id json response #9148 (#9149)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    69d4ced View commit details
    Browse the repository at this point in the history
  3. fix(config-api): asset mgt upload error and lock enhancement (#9155)

    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5fd27cf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0dfce1c View commit details
    Browse the repository at this point in the history
  2. fix(jans-cli-tui): save asset (#9163)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    62dae4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b88684 View commit details
    Browse the repository at this point in the history
  4. feat(jans-lock): rename base folder (#9173)

    feat(jans-lock): rename base golder
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8f6f8aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a86124 View commit details
    Browse the repository at this point in the history
  6. fix(casa): Update Admin Console Hint to the correct link (#9128)

    * fix(casa): Update Admin Console Hint to the correct link
    
    Signed-off-by: KyleChaukccs <[email protected]>
    
    * fix(casa): Correct enable-authentication-method hyperlink versioning
    
    Signed-off-by: KyleChaukccs <[email protected]>
    
    ---------
    
    Signed-off-by: KyleChaukccs <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    3 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    962b11c View commit details
    Browse the repository at this point in the history
  7. feat(cloud-native): change lock-master-configuration to lock-server-c…

    …onfiguration (#9177)
    
    * feat(cloud-native): change lock-master-confguration to lock-server-configuration
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update JANS_SOURCE_VERSION
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(cloud-native):  update lock endpoint
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    * feat(jans-lock): update lock endpoint
    
    Signed-off-by: Amro Misbah <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Amro Misbah <[email protected]>
    iromli and misba7 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    23dc2e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. docs(jans-lock): update schema locations (#9122)

    * docs(jans-lock): update schema locations
    
    Signed-off-by: SafinWasi <[email protected]>
    
    * docs(jans-lock): factor out actions
    
    Signed-off-by: SafinWasi <[email protected]>
    
    * docs: update location
    
    Signed-off-by: SafinWasi <[email protected]>
    
    * docs(jans-lock): rename core schema
    
    Signed-off-by: SafinWasi <[email protected]>
    
    ---------
    
    Signed-off-by: SafinWasi <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    SafinWasi and moabu authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eafe308 View commit details
    Browse the repository at this point in the history
  2. feat(jans-lock): cedarling Progress Update (#9045)

    * feat(jans-lock): authz implementation
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Slim down TRUST_STORE interface
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Complete authz implementation
    
    Signed-off-by: sokorototo <[email protected]>
    
    * chore(jans-lock): code cleanup
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Fixed http methods on Web, fixed remote startup strategy
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Moved to singular entity design
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Create Resource entity directly from JS input
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Enable setting default entities from PolicyStore
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Fixed TRUST_STORE refresh on Node.js
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Parse Schema, PolicySet as base64 strings. Enable PolicyId to be loaded from PolicyStore
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Code cleanup using cargo-clippy
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Parse trustedIssuers as object rather than array
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Some OAuth servers might not support DCR
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Flushed out get_token_entity() methods
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Implemented boolean statement parser
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Initial boolean DSL impl
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Support disabling JWT valdiation
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Removed old, unused environment tests
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Better user ergonimics and error reporting
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Better testing framework
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): ...
    
    Signed-off-by: sokorototo <[email protected]>
    
    * feat(jans-lock): Added example Policy Store for remote and local startup strategy
    
    Signed-off-by: sokorototo <[email protected]>
    
    ---------
    
    Signed-off-by: sokorototo <[email protected]>
    Signed-off-by: Safin Wasi <[email protected]>
    Co-authored-by: Safin Wasi <[email protected]>
    sokorototo and SafinWasi authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b09531a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat(jans-auth-server): added X-Frame-Options header support to AS pa…

    …ges #9031 (#9190)
    
    * feat(jans-auth-server): added X-Frame-Options header support to AS pages #9031
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * docs(jans-auth-server): added docs for X-Frame-Options header support #9031
    
    Signed-off-by: YuriyZ <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    efd628b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2515d1d View commit details
    Browse the repository at this point in the history
  3. fix(docker-jans-config-api): calling assets API produces unreadable b…

    …ytes in logs (#9143)
    
    * fix(docker-jans-config-api): calling assets API produces unreadable bytes in logs
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: update jans-config-api-server
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Signed-off-by: Isman Firmansyah <[email protected]>
    iromli authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    46067b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: do not remove shared source files (#9192)

    fix: do not remove shared source files #9153
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    794951d View commit details
    Browse the repository at this point in the history
  2. docs: fixes to k8s ops (#9103)

    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    misba7 and moabu authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    98de24b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump blazemeter/taurus from 1.16.32 to 1.16.33 in /demos…

    …/benchmarking/docker-jans-loadtesting-jmeter (#9170)
    
    chore(deps): bump blazemeter/taurus
    
    Bumps blazemeter/taurus from 1.16.32 to 1.16.33.
    
    ---
    updated-dependencies:
    - dependency-name: blazemeter/taurus
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    dependabot[bot] and moabu authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    433e684 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    469baba View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. docs(jans-docs): add jans link interception script doc (#9200)

    Signed-off-by: shekhar16 <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    shekhar16 and ossdhaval authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f64387a View commit details
    Browse the repository at this point in the history
  2. chore(release): release 1.1.4 (#9207)

    * chore(release): release 1.1.4
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: update dockerbuilds
    
    Signed-off-by: moabu <[email protected]>
    
    * fix(jans-auth): sync test file profile with setup (#9196)
    
    * feat: allow access to values stored in cache from templates (#9194)
    
    * fix(jans-auth): fix test data (#9201)
    
    * fix(jans-auth): fix test data #9201 (#9202)
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth-server): missed chain call in header filter (release 1.1.4) (#9206)
    
    fix(jans-auth-server): missed chain call in header filter
    
    Signed-off-by: YuriyZ <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    
    * chore: update dockerbuilds
    
    Signed-off-by: moabu <[email protected]>
    
    * fix(jans-auth): fix test data (#9211)
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * fix(jans-auth): sync test file profile with setup
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * docs(jans): fixing typos and wrong urls (#9210)
    
    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    Signed-off-by: Yuriy Movchan <[email protected]>
    Signed-off-by: YuriyZ <[email protected]>
    Signed-off-by: Amro Misbah <[email protected]>
    Co-authored-by: Yuriy Movchan <[email protected]>
    Co-authored-by: Jose Gonzalez <[email protected]>
    Co-authored-by: YuriyZ <[email protected]>
    Co-authored-by: Amro Misbah <[email protected]>
    5 people authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    de63432 View commit details
    Browse the repository at this point in the history
  3. docs: update release

    Signed-off-by: moabu <[email protected]>
    moabu committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    51a95f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore(release): prep work for 1.1.5-SNAPSHOT and dev (#9218)

    chore: release 1.1.5 SNAPSHOT
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8d4762c View commit details
    Browse the repository at this point in the history
  2. feat(jans-casa): parameterize acr for casa (#9227)

    * feat: parameterize acr for casa #8848
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: remove wrong annotation #8848
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5171279 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat(jans-casa): add agama project for casa authentication (#9229)

    * chore: remove unmaintained SMPP extension #8846
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: misc updates #8848
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * feat: add module with agama project #8846
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eb5ca4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9662f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. chore(jans-casa): remove dependency on jython scripts (#9239)

    * chore: remove dependency on jython scripts #8849
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: code refactoring #8849
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eb9cade View commit details
    Browse the repository at this point in the history
  2. feat(config-api): new fido2 endpoint, swagger spec changes for SAML T…

    …R , Acr endpoint enhancement (#9240)
    
    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    71a68b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix(jans-cli-tui): scripts retreiving bounderies (#9195)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1929a10 View commit details
    Browse the repository at this point in the history
  2. feat(jans-auth-server): added ability to pass authorizationMethodClai…

    …ms to id_token via AuthorizationChallengeType script #9221 (#9250)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    92d4c22 View commit details
    Browse the repository at this point in the history
  3. doc(config-api): add SAML attribute description (#9253)

    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2ece418 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat(jans-core): document store manager (#9256)

    * feat(jans-core): add pull mechanism for custom assets pushed to the DB
    
    * feat(jans-core): add pull mechanism for custom assets pushed to the DB
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-core): add pull mechanism for custom assets pushed to the DB
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bb4dcc2 View commit details
    Browse the repository at this point in the history
  2. chore: casa installer adjustment for agama flow (#9255)

    chore(jans-linux-setup): casa installer for agama flow
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b8188fd View commit details
    Browse the repository at this point in the history
  3. feat(jans-core): use DB document store by default (#9267)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7408954 View commit details
    Browse the repository at this point in the history
  4. feat(jans-config-api): update swagger api (#9271)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    efa4e1a View commit details
    Browse the repository at this point in the history
  5. feat(jans-config-api): update swagger api (#9272)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5eba06b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    085675a View commit details
    Browse the repository at this point in the history
  7. Update README.md (#9263)

    Signed-off-by: mzico <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    mzico and ossdhaval authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a81b425 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. chore(cloud-native): sync assets for OCI images (#9261)

    * chore(cloud-native): sync assets for OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: remove duplicated jansAccessTknSigAlg attribute
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: add acrExclusionList config
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: agama flow for jans-casa installation
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    39eb04d View commit details
    Browse the repository at this point in the history
  2. chore: fully migrate account linking plugin to Agama (#9262)

    * chore: minor updates #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * docs: general doc updates for plugin #8847
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: re-structure plugin #8847
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: add comments to flow #8847
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    jgomer2001 and moabu authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fea5766 View commit details
    Browse the repository at this point in the history
  3. docs: update attribute creation in mysql-ops.md (#9278)

    Signed-off-by: Mohammad Abudayyeh <[email protected]>
    moabu authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    717bfba View commit details
    Browse the repository at this point in the history
  4. docs: custom asset mgt documentation update for optional attribute (#…

    …9258)
    
    * docs: custom asset mgt documentation update for optional attribute #9257
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): custom asset mgt documentation update for optional attribute #9257
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): custom asset mgt documentation update for optional attribute #9257
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: Devrim <[email protected]>
    pujavs and devrimyatar authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fa7b08c View commit details
    Browse the repository at this point in the history
  5. fix(jans-auth): plaintext passwords logged from TokenRestWebServiceIm…

    …pl with DEBUG log level #8959 (#9281)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7db1a2b View commit details
    Browse the repository at this point in the history
  6. feat(jans-pycloudlib): add support reading configuration from file (#…

    …9037)
    
    * feat(jans-pycloudlib): add support reading configuration from file
    
    Signed-off-by: iromli <[email protected]>
    
    * tests(jans-pycloudlib): adjust testcases
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(jans-pycloudlib): add CLI command to generate configuration spec
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: simplified configmaps and secrets adapters
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: handle missing params
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: add backward-compat for configuration and dump files
    
    Signed-off-by: iromli <[email protected]>
    
    * test(jans-pycloudlib): fix transform_data testcase
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: handle mounted password files
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: handle mounted files in OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: ensure couchbase password files are exist
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: generate opendj.pkcs12 on-the-fly
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: resolve required password files
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: pre-populate LDAP bindDN
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: remove duplicated jansAccessTknSigAlg attribute
    
    Signed-off-by: iromli <[email protected]>
    
    * chore: clarify local secrets and configmaps will be excluded if configuration.json is missing
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: remove unused backward-compat
    
    Signed-off-by: iromli <[email protected]>
    
    * refactor: bootstrap Vault RoleID and SecretID (if required)
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Signed-off-by: Isman Firmansyah <[email protected]>
    iromli authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fc9f04f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. chore: rework sample credential plugin (#9282)

    * docs: minor doc updates #9228
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * docs: rewrite developer's guide #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: rework sample credentials plugin #9228
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: rework sample credential plugin #9228
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d40a266 View commit details
    Browse the repository at this point in the history
  2. fix(cloud-native): update jans-pycloudlib version used by OCI images (#…

    …9284)
    
    * fix(cloud-native): update jans-pycloudlib version used by OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(docker-jans-all-in-one): add missing casa-agama-project.zip
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d0938a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed24927 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix: remove unrecognized manifest key #9301 (#9302)

    Signed-off-by: Arnab Dutta <[email protected]>
    duttarnab authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56116fc View commit details
    Browse the repository at this point in the history
  2. chore: project refactoring and docs (#9304)

    * docs: casa docs sweep #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: minor plugin refactoring #9228
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d99bd55 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: improve handling of assets data stored in cache (#9310)

    * docs: describe behavior of casa authn flow more precisely #8846
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * fix: improve handling of assets data stored in cache #9297
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: minor project refactoring #8846
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2c2265b View commit details
    Browse the repository at this point in the history
  2. feat(jans-cli-tui): acr screen (#9167)

    * fix(jans-cli-tui): display error if default acr is not saved
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * refactor(jans-cli-tui): Authn screen
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * feat(jans-cli-tui): hide LDAP tab in authn screen if db is not ldap
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * chore(jans-linux-setup): populate jansDbAuth only if db is LDAP
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(docs): update docs for Authn
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs: proofreading changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: update default authn file name
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: rename the file and minor updates
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(jans-cli-tui): rename acr to default
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * Revert "docs(jans-cli-tui): rename acr to default"
    
    This reverts commit d519b7b.
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    Signed-off-by: Devrim <[email protected]>
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: ossdhaval <[email protected]>
    devrimyatar and ossdhaval authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1a093c7 View commit details
    Browse the repository at this point in the history
  3. fix(jans-cli-tui): check response content type in cli mode (#8992)

    * fix(jans-cli-tui): check response content type in cli mode
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): don't post metadata location after editing saml-SP
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2714a57 View commit details
    Browse the repository at this point in the history
  4. fix(jans-auth-server): if AS fails to allocate status index entire to…

    …ken call fails (#9312)
    
    fix(jans-auth-server): if AS fails to allocate status index entire token call fails #9290
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ba78a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. feat(jans-cli-tui): config-api configuration (#9127)

    * feat(jans-cli-tui): config-api configuration
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): display save info on dialog for config-api config
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): config-api configuratios
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): config-api swagger reference
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(config-api): update config api
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: edit the update section
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs: proofreading changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    Signed-off-by: ossdhaval <[email protected]>
    Co-authored-by: ossdhaval <[email protected]>
    devrimyatar and ossdhaval authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bdf5707 View commit details
    Browse the repository at this point in the history
  2. chore: misc updates to Casa Agama authn project (#9325)

    * docs: update developer guide #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: disable super gluu extension #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: avoid image duplication #8847
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: revert changes in login form #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    jgomer2001 and moabu authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6f44ef8 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused files (#9328)

    * chore: update casa gitignore #8846
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: remove unused files #9327
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * docs: re-arrange list of plugins #8852
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    99ca871 View commit details
    Browse the repository at this point in the history
  4. feat(jans-config-api): add missing properties to log/audit/telemetry …

    …records (#9334)
    
    * feat(jans-config-api): update log/telemetry/health entries
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-config-api): update log/telemetry/health entries
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    086935c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. feat: remove mounted files for persistence (#9296)

    * feat: remove mounted files for sql persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: remove mounted files for couchbase persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: remove mounted files for ldap persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * fix: handle hybrid persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * feat: remove unused ldap-cron-pass secret
    
    Signed-off-by: iromli <[email protected]>
    
    Merging but its missing docs. Auto doc generator will take care of it.
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    08e2b3c View commit details
    Browse the repository at this point in the history
  2. fix(cloud-native): toggle rendering truststore based on env var (#9311)

    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7360cdf View commit details
    Browse the repository at this point in the history
  3. fix(jans-cli-tui): authn page for non-ldap backend (#9339)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1addd62 View commit details
    Browse the repository at this point in the history
  4. feat(jans-config-api): add endpoint to load log/telemetery/health dat… (

    #9343)
    
    feat(jans-config-api): add endpoint to load log/telemetery/health data for specific period
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    47f2d04 View commit details
    Browse the repository at this point in the history
  5. feat(jans-auth-server): add acr aliasing to discovery #9166 (#9344)

    * feat(jans-auth-server): AS supports acr aliasing but it's not published on discovery. It should be added to discovery. #9166
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * feat(jans-auth-server): added acr_mappings to doc sample #9166
    
    Signed-off-by: YuriyZ <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9635328 View commit details
    Browse the repository at this point in the history
  6. feat(jans-core): fix javadocs generation (#9347)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    098ac14 View commit details
    Browse the repository at this point in the history
  7. feat(jans-scim): fix javadocs generation (#9349)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2ea5a98 View commit details
    Browse the repository at this point in the history
  8. feat(jans-config-api): fix javadocs generation (#9351)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    27b5345 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. ci: forces download each time on packaging (#9356)

    Signed-off-by: moabu <[email protected]>
    moabu authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ee5ee53 View commit details
    Browse the repository at this point in the history
  2. feat: add parameter in client registration request to include claims …

    …in id_token (#9358)
    
    Signed-off-by: Arnab Dutta <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    duttarnab and moabu authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6ddff0f View commit details
    Browse the repository at this point in the history
  3. ci: fix packaging (#9359)

    * ci: forces download each time on packaging
    
    Signed-off-by: moabu <[email protected]>
    
    * ci: forces download each time on packaging
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    Signed-off-by: Mohammad Abudayyeh <[email protected]>
    moabu authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8394704 View commit details
    Browse the repository at this point in the history
  4. fix(docker-jans-persistence-loader): populate jansDbAuth attribute on…

    …ly if using ldap persistence (#9323)
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    47414c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d5f003 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump com.mysql:mysql-connector-j from 8.0.32 to 8.2.0 in…

    … /jans-bom (#9308)
    
    chore(deps): bump com.mysql:mysql-connector-j in /jans-bom
    
    Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.32 to 8.2.0.
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
    - [Commits](mysql/mysql-connector-j@8.0.32...8.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.mysql:mysql-connector-j
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8d0a45d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5 in…

    … /jans-casa/app-fips (#8514)
    
    chore(deps): bump org.bouncycastle:bc-fips in /jans-casa/app-fips
    
    Bumps org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.bouncycastle:bc-fips
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    743c1cd View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump org.apache.santuario:xmlsec from 2.2.4 to 2.2.6 in …

    …/jans-bom (#6357)
    
    chore(deps): bump org.apache.santuario:xmlsec in /jans-bom
    
    Bumps org.apache.santuario:xmlsec from 2.2.4 to 2.2.6.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.santuario:xmlsec
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bb980d3 View commit details
    Browse the repository at this point in the history
  5. feat(jans-core): update OpeDJ version (#9382)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    447df58 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.4 in…

    … /jans-config-api (#7911)
    
    chore(deps-dev): bump org.bitbucket.b_c:jose4j in /jans-config-api
    
    Bumps [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j) from 0.9.3 to 0.9.4.
    - [Commits](https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.9.4..jose4j-0.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.bitbucket.b_c:jose4j
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    69d12c8 View commit details
    Browse the repository at this point in the history
  7. chore: use pythonic style in Agama bridge (#9383)

    chore: use pythonic style #9181
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fc36131 View commit details
    Browse the repository at this point in the history
  8. Opendj update (#9388)

    * feat(jans-core): update OpeDJ version
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-auth): set auth_user session attribute from authenticateByUserInum method
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    388ac14 View commit details
    Browse the repository at this point in the history
  9. fix(config-api): lock endpoint fixes and SAML IDP NPE (#9386)

    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock review point
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint fixes and SAML IDP NPE
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: YuriyZ <[email protected]>
    pujavs and yuriyz authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    14e0416 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. feat(jans-lock): cedarling-mvp (#9384)

    * Initializing branch for Cedarling MVP
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * rust demo code without connect to python
    
    * cargo improvements
    
    * fix format rule
    
    * add to gitignore files that is used in debug process
    
    * add parsing roles from token and it mapping
    
    * remove unused text in readme
    
    * added guide how to build
    
    * add python binding
    
    * python example hotfix
    
    * make Id in python example more illustrative
    
    * update to make tokens field jti optional
    
    * fix readme file
    
    * feat: store the sample policy stores in demo folder #9373
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * rename role mapper to token mapper
    
    * add loading policy store from file or json
    
    * show in example that we can use setter
    
    * use single quote for action in python example
    
    * update python bindings to use object Request
    
    * add readme to demo data folder
    
    * updated README.md
    
    * update cedarling_python/README.md
    
    ---------
    
    Signed-off-by: Arnab Dutta <[email protected]>
    Co-authored-by: Arnab Dutta <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    466c161 View commit details
    Browse the repository at this point in the history
  2. feat(jans-pycloudlib): handle required files for external configurati…

    …on backends (#9389)
    
    * feat(jans-pycloudlib): handle required files for external configuration backends
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(jans-pycloudlib): populate google credentials if using spanner persistence
    
    Signed-off-by: iromli <[email protected]>
    
    * fix(jans-pycloudlib): resolve broken dependency for google-cloud-secret-manager lib
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3c14434 View commit details
    Browse the repository at this point in the history
  3. feat(jans-auth): add warn to check if server can't set authenticated (#…

    …9395)
    
    user in session
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fc87b08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    314f247 View commit details
    Browse the repository at this point in the history
  5. feat(jans-core): store file_name and file_path in separate columns (#…

    …9398)
    
    * feat(jans-core): add jansFilePath to document store
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-core): set filePath and fileName from imput path
    
    * feat(config-api): asset mgt changes to store filePath in separate field
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    Signed-off-by: pujavs <[email protected]>
    Co-authored-by: pujavs <[email protected]>
    yurem and pujavs authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b645f0b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: high CPU usage on opening tarp #9390 (#9391)

    * fix: high CPU usage on opening tarp #9390
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: resolving review comments
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: correct comments
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    ---------
    
    Signed-off-by: Arnab Dutta <[email protected]>
    duttarnab authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c49be90 View commit details
    Browse the repository at this point in the history
  2. fix: add missing super gluu related files to authn project (#9408)

    * chore: include missing files #9407
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * fix: update configuration #8407
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: improve device sweeping logic #8847
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    * chore: polish plugin life-cycle handlers #9407
    
    Signed-off-by: jgomer2001 <[email protected]>
    
    ---------
    
    Signed-off-by: jgomer2001 <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    jgomer2001 and moabu authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8fd5d66 View commit details
    Browse the repository at this point in the history
  3. chore(cloud-native): sync assets into OCI images (#9406)

    * chore(cloud-native): sync assets into OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * feat(cloud-native): sync google credentials (if applicable)
    
    Signed-off-by: iromli <[email protected]>
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c832069 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a7c0da View commit details
    Browse the repository at this point in the history
  5. fix(jans-linux-setup): suse setup issues (#9401)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3702661 View commit details
    Browse the repository at this point in the history
  6. feat(config-api): initializing core documentStore manager timer for c…

    …onfig-api (#9417)
    
    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock review point
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint fixes and SAML IDP NPE
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset enhancement
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    37bc45b View commit details
    Browse the repository at this point in the history
  7. fix(config-api): scope validation issue #9426 (#9428)

    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock review point
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint fixes and SAML IDP NPE
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset enhancement
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): scope validation issue #9426
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0138e82 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. docs: fix mysql-ops command order (#9416)

    Signed-off-by: Mohammad Abudayyeh <[email protected]>
    moabu authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    297bdc0 View commit details
    Browse the repository at this point in the history
  2. feat(jans-lock): implement fetch policy stores (#9423)

    * chore(jans-cedarling): rebase from main after cedarling_mvp branch deletion
    
    The cedarling_mvp branch was merged and subsequently deleted. This commit rebases the current changes from the main branch to keep the branch up to date.
    
    list of rebased commits:
    rust demo code without connect to python
    
    cargo improvements
    
    fix format rule
    
    add to gitignore files that is used in debug process
    
    add parsing roles from token and it mapping
    
    remove unused text in readme
    
    added guide how to build
    
    add python binding
    
     python example hotfix
    
    make Id in python example more illustrative
    
    update to make tokens field jti optional
    
    fix readme file
    
    feat: store the sample policy stores in demo folder #9373
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    rename role mapper to token mapper
    
    add loading policy store from file or json
    
    show in example that we can use setter
    
    use single quote for action in python example
    
    update python bindings to use object Request
    
    added crate init_engine
    
    refactor authz, move some parts to init_engine
    
    added skip check clippy::enum_variant_names
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore: delete Readme.md
    
    For some reason my git client start but out.
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(chedarling) rename PolicyStoreEntry to PolicyStore
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * feat(cedarling):  added load PolicyStore from file and URI
    
    also updated the python binding.
    
    also renamed the enum
    
    PolicyStoreConfig::LocalJson to JsonRaw
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling-python): added section Classes and Methods in python library
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): added to python binding documentation example how to init PolicyStore using methods:
    - from_raw_json
    - from_filepath
    - from_remote_uri
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): added to python binding documentation notice that for windows we no need to install
     maturin[patchelf]
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): added example how to extract the "role" claim from the userinfo token
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): added note that we should see `cedarling_python` listed among the available packages.
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * doc(cedarling): added note that user on linux maybe need to install build-essential for cedarling_python
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    ---------
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    olehbozhok and moabu authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cea08b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19e770a View commit details
    Browse the repository at this point in the history
  4. fix(jans-cli-tui): hide messages configuration page (#9437)

    * fix(jans-cli-tui): hide Messages configuration page
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): hide messages configuration in documents
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b07568e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8606bbc View commit details
    Browse the repository at this point in the history
  6. feat(jans-cli-tui): deploy Agama Lab community projects (#9370)

    * feat(jans-cli-tui): deploy Agama Lab community projects
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): typo
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): typo
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * feat(jans-cli-tui): display agama project url after deployment
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): rename agama upload project button
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): typo
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): typo
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * chore(jans-cli-tui): agama display options in dialog
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): update agama deployment docs for online deployment
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    adfd926 View commit details
    Browse the repository at this point in the history
  7. Jans config fix (#9448)

    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock review point
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint fixes and SAML IDP NPE
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset enhancement
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): scope validation issue #9426
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset delete error fix
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cc02c6f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix: update wrong clause (#9454)

    fix: update wrong clause #9181
    
    Signed-off-by: jgomer2001 <[email protected]>
    jgomer2001 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9ec8afc View commit details
    Browse the repository at this point in the history
  2. feat: allow specifying scopes during execution of authz url (#9452)

    * feat: allow specifying scopes during execution of authz url
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: allow specifying scopes during execution of authz url
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    * feat: code fix
    
    Signed-off-by: Arnab Dutta <[email protected]>
    
    ---------
    
    Signed-off-by: Arnab Dutta <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    duttarnab and moabu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    82ea7df View commit details
    Browse the repository at this point in the history
  3. fix(jans-trap): Next Month Arrow is Hidden in calender of client expi…

    …ry date input while register new OIDC client (#9451)
    
    fix:Next Month Arrow is Hidden in calender of client expiry date input while register new OIDC client
    
    Signed-off-by: Jatin Mehta <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    mjatin-dev and moabu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6a75640 View commit details
    Browse the repository at this point in the history
  4. fix(jans-linux-setup): jans ldap link server (#9457)

    * fix(jans-linux-setup): jans ldap link server
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-linux-setup): jans ldap link server
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-linux-setup): ldap link server arg and var name fixes
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    14c854a View commit details
    Browse the repository at this point in the history
  5. fix(jans-auth-server): when arc is changed to agama flow fails with A…

    …crChangedException #9374 (#9458)
    
    * fix(jans-auth-server): when arc is changed to agama flow fails with AcrChangedException #9374
    
    Signed-off-by: YuriyZ <[email protected]>
    
    * removed debug line
    
    Signed-off-by: YuriyZ <[email protected]>
    
    ---------
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    664b866 View commit details
    Browse the repository at this point in the history
  6. fix(jans-cli-tui): asset issues (#9441)

    * fix(jans-cli-tui): asset fileName
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): don't ask file name when editing asset
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): update assets docs
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): allow re-upload asset when edtiting
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): asset service
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): focus if deletation error popup raises in asset
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b6722b5 View commit details
    Browse the repository at this point in the history
  7. fix(jans-linux-setup): ruamel.yaml fixes (#9462)

    * fix(jans-linux-setup): ruamel.yaml fixes
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): newest ruamel.yaml compatibility
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    39ba40a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. docs(SCIM config): update the configuration guides for SCIM #9337 (#9402

    )
    
    * docs(scim): updated user management
    
    Signed-off-by: Mobarak Hosen Shakil <[email protected]>
    
    * docs(scim): updated group management
    
    Signed-off-by: Mobarak Hosen Shakil <[email protected]>
    
    * docs(scim): removed auto created jans-chip .gradle files
    
    Signed-off-by: Mobarak Hosen Shakil <[email protected]>
    
    ---------
    
    Signed-off-by: Mobarak Hosen Shakil <[email protected]>
    Co-authored-by: Dhaval D <[email protected]>
    imShakil and ossdhaval authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4c4aa9e View commit details
    Browse the repository at this point in the history
  2. fix(jans-cli-tui): scim patch operation (#9474)

    * fix(jans-cli-tui): scim patch operation
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): scim user patch
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * fix(jans-cli-tui): sample PatchRequest for scim
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5584e9f View commit details
    Browse the repository at this point in the history
  3. fix(config-ap): lock audit endpoint parameter declaration error#9460 (#…

    …9473)
    
    * fix(config-api): asset mgt endpoint fixes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset upload mgt ehancement and fido
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset upload
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): lock review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock code review comments
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock master renamed to lock server
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 delete functionality
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): acr validation
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): uploading assets via API generates 2 entries #9178
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset mgt, fido and IDP changes
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 device endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): fido2 endpoint
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): resolved sonar review issues
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sonar review comment fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): swagger spec
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): saml config attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * doc(config-api): added SAML attribute description
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(jans-lock): code review comment fix isssue#9305
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock review point
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(lock): code review comment
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): sync with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): lock endpoint fixes and SAML IDP NPE
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): asset enhancement
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): scope validation issue #9426
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-api): asset delete error fix
    
    Signed-off-by: pujavs <[email protected]>
    
    * feat(config-api): sysnc with main
    
    Signed-off-by: pujavs <[email protected]>
    
    * fix(config-ap): lock audit endpoint parameter declaration error#9460
    
    Signed-off-by: pujavs <[email protected]>
    
    ---------
    
    Signed-off-by: pujavs <[email protected]>
    pujavs authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    404b5bb View commit details
    Browse the repository at this point in the history
  4. feat(jans-lock): structuring Cedarling MVP according to the anatomy p…

    …rovided (#9455)
    
    * chore!(chedarling) rename authz to authz_engine
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(chedarling) rename jwt to jwt_engine
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(chedarling) move init_engine to engines folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(chedarling) move jwt_engine to engines folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(chedarling) move authz_engine to engines folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(chedarling) move cedarling_python to bindings folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * feat!(cedarling): created crate cedarling, to be main entry to all services
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore!(cedarling) rename authz_run to cedarling_run
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * doc(cedarling): added in cedarling_run example to TokenMapper about extract the "role" claim from the userinfo token
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * feat(cedarling_python): add `init` function interface for Python bindings
    
    - Incorporate `init` binding to Python module
    - Rename `Authz` constructor to `init` in API docs
    - Update import statements for new functionality
    - Update python example
    - Enhance README with init function usage example
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): add to gitignore file coverage.txt
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * test(cedarling): PolicyStoreConfig now includes unit tests
    
    Tests cover policy parsing from JSON, reading from file and error handling.
    
    Excluded loading policy from URI in unit tests as it's closer to integration testing.
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): fix mistype in comment
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): add to gitignore file coverage lcov.info
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): remove unused errors from AuthzNewError
    
    Clean up the AuthzNewError by removing errors that are no longer in use. This prepares the codebase for future additions, as we anticipate handling new errors during Authz initialization.
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * tests(cedarling): added success test case for Authz
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): remove unused file
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * tests(cedarling): added test cases to cover various Authz error scenarios
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): remove unused macros to increase coverage rate
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): add info about generating rust code coverage
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): updated paths to the demo files
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(cedarling): added information about running rust tests
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling): minor refactor, remove error handling because using static type name
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(cedarling):  update gitignore to skip test_profile.profraw files
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * tests(cedarling): added tests that checks schema on init app.
    - base64 incorrect
    - schema incorrect
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * tests(cedarling): added tests that checks policy on init app.
    - base64 incorrect
    - schema incorrect
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): remove using old name authz_run in README files and use cedarling_run instead
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): added note about files that is used in unit tests
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * fix(jans-lock) fix crates (packages) version, set to 1.1.5
    
     Due to the monorepo policy the edition must start from the version it starts with in janssen so in this case it would be 1.1.5
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    ---------
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    olehbozhok and moabu authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e9e9808 View commit details
    Browse the repository at this point in the history
  5. fix(jans-cli-tui): duplicate schema names in info (#9481)

    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4e3941c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97493c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. feat(cedarling): add an example application using python binding (#9479)

    * feat(jans-lock): add example using python poetry
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): add README file for binding folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * fix(jans-lock): fix version of example
    
     Due to the monorepo policy the edition must start from the version it starts with in janssen so in this case it would be `1.1.5`
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): moved poetry example to the `examples` folder
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): fix relative path to readme file
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): removed redundant whitespace
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): fix input text in the poetry example
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docks(jans-lock): updated poetry readme file. Fixed and updates notes about whl file
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    ---------
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    olehbozhok and moabu authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fc71c51 View commit details
    Browse the repository at this point in the history
  2. fix(jans-tarp): next Month Arrow is Hidden in calander (#9477)

    * fix:Next Month Arrow is Hidden in calender of client expiry date input while register new OIDC client
    
    Signed-off-by: Jatin Mehta <[email protected]>
    
    * fix: update css in calender view
    
    Signed-off-by: Jatin Mehta <[email protected]>
    
    ---------
    
    Signed-off-by: Jatin Mehta <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    mjatin-dev and moabu authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5775da2 View commit details
    Browse the repository at this point in the history
  3. feat(jans-auth-server): updated tx_token implementation to latest tx …

    …spec 9-Sep-2024 #9352 (#9482)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9da5c1f View commit details
    Browse the repository at this point in the history
  4. feat(jans-lock): add endpoints to allow send bulk audit data (#9488)

    * feat(jans-config-api): allow bulk audit data upload
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-config-api): add lock bulk audit endpoints
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-lock): use JsonNode instead of JSONObject
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-config-api): merge from main
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    * feat(jans-config-api): merge from main
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9611711 View commit details
    Browse the repository at this point in the history
  5. feat(jans-config-api): update schema to conform code (#9490)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0f3838b View commit details
    Browse the repository at this point in the history
  6. feat(jans-conf-api): evaluationTimeNs should be integer (#9492)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5b911a7 View commit details
    Browse the repository at this point in the history
  7. fix(terraform-provider-jans): update terraform module (#9464)

    * fix(terraform-provider-jans): update terraform provider
    
    Signed-off-by: moabu <[email protected]>
    
    * fix: fix references for acr and app configuration
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c15ccfe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. feat(jans-lock): cedarling code refactoring to improve its readabilit…

    …y and maintainance (#9493)
    
    * feat!(jans-lock): remove cedarling code
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): created empty cedarling crate, with default parameters
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add auth module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add init module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add jwt module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * docs(jans-lock): added readme file
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): added license notice
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add test module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add lock module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add models module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    * chore(jans-lock): add log module
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    
    ---------
    
    Signed-off-by: Oleh Bohzok <[email protected]>
    olehbozhok authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    af9d2bc View commit details
    Browse the repository at this point in the history
  2. chore: sync assets for OCI images (#9497)

    * chore: sync assets for OCI images
    
    Signed-off-by: iromli <[email protected]>
    
    * chore(docker-jans-casa): cleanup code
    
    ---------
    
    Signed-off-by: iromli <[email protected]>
    Co-authored-by: Mohammad Abudayyeh <[email protected]>
    iromli and moabu authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4b07e84 View commit details
    Browse the repository at this point in the history
  3. chore(release): release 1.1.5 (#9499)

    * chore(release): release 1.1.5
    
    Signed-off-by: moabu <[email protected]>
    
    * chore(release): update Dockerfile source version
    
    Signed-off-by: moabu <[email protected]>
    
    * chore: update Dockerfile
    
    * fix: missing pip package
    
    Signed-off-by: moabu <[email protected]>
    
    ---------
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    72593e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. chore(release): prep work for 1.1.6-SNAPSHOT and dev (#9516)

    chore: release 1.1.6 SNAPSHOT
    
    Signed-off-by: moabu <[email protected]>
    moabu authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2cbfeed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0fb3d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. docs: update README.md for Lock changes (#9509)

    Updated README - Jans Lock and intro edit.
    
    Co-authored-by: Dhaval D <[email protected]>
    nynymike and ossdhaval authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    016bf37 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. docs(config): logging config documentation update (#9109)

    * docs(loggin): logging config update changes
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(logging): fix loggin document format
    
    Signed-off-by: ossdhaval <[email protected]>
    
    * docs(logging): update detail of TUI
    
    Signed-off-by: ossdhaval <[email protected]>
    
    ---------
    
    Signed-off-by: ossdhaval <[email protected]>
    ossdhaval authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d60da8e View commit details
    Browse the repository at this point in the history
  2. feat(jans-linux-setup): turn off update profile on first login for th…

    …e review profile step in the first broker login flow (#9522)
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9b4f5cf View commit details
    Browse the repository at this point in the history
  3. fix(jans-auth-server): new jans server installation show null in plac…

    …e of client_name #9415 (#9523)
    
    Signed-off-by: YuriyZ <[email protected]>
    yuriyz authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    23ef80c View commit details
    Browse the repository at this point in the history
  4. feat(jans-auth): update SG script to conform API (#9541)

    Signed-off-by: Yuriy Movchan <[email protected]>
    yurem authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dc7afcd View commit details
    Browse the repository at this point in the history
  5. fix(jans-cli-tui): hide realm in idp setup (#9538)

    * fix(jans-cli-tui): hide realm in idp setup
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    * docs(jans-cli-tui): update IDP for TUI
    
    Signed-off-by: Mustafa Baser <[email protected]>
    
    ---------
    
    Signed-off-by: Mustafa Baser <[email protected]>
    devrimyatar authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6580d48 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore(deps): bump org.keycloak.bom:keycloak-adapter-bom

    Bumps org.keycloak.bom:keycloak-adapter-bom from 21.0.1 to 25.0.6.
    
    ---
    updated-dependencies:
    - dependency-name: org.keycloak.bom:keycloak-adapter-bom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8b963dc View commit details
    Browse the repository at this point in the history