-
Notifications
You must be signed in to change notification settings - Fork 74
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
base: main
Are you sure you want to change the base?
Commits on Jun 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 95ead7c - Browse repository at this point
Copy the full SHA 95ead7cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8a11387 - Browse repository at this point
Copy the full SHA 8a11387View commit details -
docs(jans-lock): add swagger reference (#8775)
Signed-off-by: SafinWasi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d334eb4 - Browse repository at this point
Copy the full SHA d334eb4View commit details -
docs(default-auth): add schema format and example (#8794)
Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fe2d23 - Browse repository at this point
Copy the full SHA 4fe2d23View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cd435f9 - Browse repository at this point
Copy the full SHA cd435f9View commit details -
docs(logging): add schema format and example (#8796)
Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14bf29d - Browse repository at this point
Copy the full SHA 14bf29dView commit details -
fix(jans-cli-tui): scim configuration skipDefinedPasswordValidation (#…
…8801) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 435ba39 - Browse repository at this point
Copy the full SHA 435ba39View commit details -
feat(jans-core): do log4j reconfigure only on log level change (#8802)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2269019 - Browse repository at this point
Copy the full SHA 2269019View commit details
Commits on Jun 28, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8a88d6f - Browse repository at this point
Copy the full SHA 8a88d6fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8d4251a - Browse repository at this point
Copy the full SHA 8d4251aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a394f11 - Browse repository at this point
Copy the full SHA a394f11View commit details -
docs(scim): adding custom attribute using scim (#7151)
Signed-off-by: mmrraju <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e2a4b0 - Browse repository at this point
Copy the full SHA 1e2a4b0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 51101e4 - Browse repository at this point
Copy the full SHA 51101e4View commit details
Commits on Jun 30, 2024
-
fix(jans-linux-setup): dummy values for KC db options (#8821)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfbf29e - Browse repository at this point
Copy the full SHA dfbf29eView commit details
Commits on Jul 1, 2024
-
test(jans-auth-server): fixed StatusListHttpTest failure #8823 (#8824)
#8823 Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ab1bde - Browse repository at this point
Copy the full SHA 4ab1bdeView commit details -
feat(jans-auth-server): stat RDN must have date to be unique under RD…
…BMS #8825 (#8826) #8825 Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b4e618 - Browse repository at this point
Copy the full SHA 4b4e618View commit details
Commits on Jul 2, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 27de43e - Browse repository at this point
Copy the full SHA 27de43eView commit details -
fix(jans-cli-tui): scim config disableLoggerTimer (#8835)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e104077 - Browse repository at this point
Copy the full SHA e104077View commit details -
fix(jans-cli-tui): SSA expire date should be greater than now (#8837)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07674e6 - Browse repository at this point
Copy the full SHA 07674e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdea2b2 - Browse repository at this point
Copy the full SHA fdea2b2View commit details
Commits on Jul 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6c5d8ee - Browse repository at this point
Copy the full SHA 6c5d8eeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 90a98de - Browse repository at this point
Copy the full SHA 90a98deView commit details -
feat(jans-linux-setup): status list must be enabled during tests #8838 (
#8839) #8838 Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca7e04c - Browse repository at this point
Copy the full SHA ca7e04cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f8e1c5 - Browse repository at this point
Copy the full SHA 5f8e1c5View commit details -
ci: add docs check to make sure every PR is doc checked (#8842)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0154b3 - Browse repository at this point
Copy the full SHA c0154b3View commit details -
fix(jans-linux-setup): typo (#8845)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a9340a - Browse repository at this point
Copy the full SHA 8a9340aView commit details
Commits on Jul 4, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 40847c5 - Browse repository at this point
Copy the full SHA 40847c5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ece5a41 - Browse repository at this point
Copy the full SHA ece5a41View commit details -
ci: fix catching the docs commit (#8861)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 364ca5c - Browse repository at this point
Copy the full SHA 364ca5cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 74e12c0 - Browse repository at this point
Copy the full SHA 74e12c0View commit details -
fix(jans-linux-setup): kc deployment updates (#8856)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5964bce - Browse repository at this point
Copy the full SHA 5964bceView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 950f5c3 - Browse repository at this point
Copy the full SHA 950f5c3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6b4504f - Browse repository at this point
Copy the full SHA 6b4504fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 75f6e31 - Browse repository at this point
Copy the full SHA 75f6e31View commit details
Commits on Jul 5, 2024
-
fix(jans-linux-setup): KC setup - providerId UserStorageProvider (#8880)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fca35b - Browse repository at this point
Copy the full SHA 6fca35bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 33ce457 - Browse repository at this point
Copy the full SHA 33ce457View commit details
Commits on Jul 8, 2024
-
fix(jans-linux-setup): disable kc verify_profile (#8885)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc79f2b - Browse repository at this point
Copy the full SHA cc79f2bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 86e9c31 - Browse repository at this point
Copy the full SHA 86e9c31View commit details -
fix(docs): autogenerate docs (#8891)
* docs: auto-generated property docs * docs: auto-generated Swagger SPEC docs
Configuration menu - View commit details
-
Copy full SHA for 56a0dd0 - Browse repository at this point
Copy the full SHA 56a0dd0View commit details
Commits on Jul 9, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b8f44db - Browse repository at this point
Copy the full SHA b8f44dbView commit details -
feat: enable missing services in docker monolith (#8915)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4de98cc - Browse repository at this point
Copy the full SHA 4de98ccView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b136a35 - Browse repository at this point
Copy the full SHA b136a35View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9e7c356 - Browse repository at this point
Copy the full SHA 9e7c356View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3a138c5 - Browse repository at this point
Copy the full SHA 3a138c5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2d91112 - Browse repository at this point
Copy the full SHA 2d91112View commit details -
ci(docker-jans-monolith): allow fqdn override (#8918)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea93e5b - Browse repository at this point
Copy the full SHA ea93e5bView commit details
Commits on Jul 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9e25c05 - Browse repository at this point
Copy the full SHA 9e25c05View commit details -
docs: add more Cedarling overview content (#8941)
More Cedarling overview content Signed-off-by: ossdhaval <[email protected]> Co-authored-by: Michael Schwartz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 501e041 - Browse repository at this point
Copy the full SHA 501e041View commit details -
fix(jans-auth-server): clean up jansDeviceSess entries after expiration
#8704 (#8936) #8704 Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cfcd2f - Browse repository at this point
Copy the full SHA 1cfcd2fView commit details
Commits on Jul 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for aa29413 - Browse repository at this point
Copy the full SHA aa29413View commit details -
fix: allow version pass to avoid latest install always (#8517)
Signed-off-by: Amro Misbah <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bce686 - Browse repository at this point
Copy the full SHA 2bce686View commit details -
fix(jans-core): inherit context classloader #8952 (#8953)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2952467 - Browse repository at this point
Copy the full SHA 2952467View commit details
Commits on Jul 12, 2024
-
chore(docs): revise content for OAuth scopes configuration (#8956)
docs: revise content Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7a6364 - Browse repository at this point
Copy the full SHA e7a6364View commit details -
Configuration menu - View commit details
-
Copy full SHA for d025ab8 - Browse repository at this point
Copy the full SHA d025ab8View commit details
Commits on Jul 13, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 2990cd8 - Browse repository at this point
Copy the full SHA 2990cd8View commit details
Commits on Jul 16, 2024
-
ci(codeowners): update CODEOWNERS (#8969)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3d1d1d - Browse repository at this point
Copy the full SHA d3d1d1dView commit details
Commits on Jul 17, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 93ff8ae - Browse repository at this point
Copy the full SHA 93ff8aeView commit details
Commits on Jul 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0538d19 - Browse repository at this point
Copy the full SHA 0538d19View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 15c859f - Browse repository at this point
Copy the full SHA 15c859fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d40a949 - Browse repository at this point
Copy the full SHA d40a949View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 974040e - Browse repository at this point
Copy the full SHA 974040eView commit details
Commits on Jul 20, 2024
-
fix(jans-linux-setup): kc-scheduler.service upon uninstall (#8982)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94609d9 - Browse repository at this point
Copy the full SHA 94609d9View commit details
Commits on Jul 22, 2024
-
fix(jans-linux-setup): install with setup.properties (#8994)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56ae412 - Browse repository at this point
Copy the full SHA 56ae412View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7af36c9 - Browse repository at this point
Copy the full SHA 7af36c9View commit details -
docs: correct spelling of properties (#8710)
Signed-off-by: Rehket <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ec6830 - Browse repository at this point
Copy the full SHA 1ec6830View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dfc910f - Browse repository at this point
Copy the full SHA dfc910fView commit details -
fix(jans-linux-setup): remove/rename old variable/file names (#8991)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bde131 - Browse repository at this point
Copy the full SHA 1bde131View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d4a6178 - Browse repository at this point
Copy the full SHA d4a6178View commit details
Commits on Jul 23, 2024
-
Mike cedarling docs 01 (#9016)
* Prefixed bootstrap properties CEDERLING_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Michael Schwartz * Edits to Cedarling docs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Michael Schwartz
Configuration menu - View commit details
-
Copy full SHA for eb0a4e9 - Browse repository at this point
Copy the full SHA eb0a4e9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f8b1662 - Browse repository at this point
Copy the full SHA f8b1662View commit details -
docs(lock): add missing files with placeholder content (#9017)
Signed-off-by: ossdhaval <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d97d63e - Browse repository at this point
Copy the full SHA d97d63eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 51eaf59 - Browse repository at this point
Copy the full SHA 51eaf59View commit details
Commits on Jul 25, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 634e380 - Browse repository at this point
Copy the full SHA 634e380View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c9e0b - Browse repository at this point
Copy the full SHA f4c9e0bView commit details -
fix(cloud-native): remove oxauth variable naming inside templates (#9027
) Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9357128 - Browse repository at this point
Copy the full SHA 9357128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3bd72 - Browse repository at this point
Copy the full SHA 1a3bd72View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3b635fe - Browse repository at this point
Copy the full SHA 3b635feView commit details -
docs: Cedarling Overview edits for readability. (#9030)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Michael Schwartz Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16b2c3f - Browse repository at this point
Copy the full SHA 16b2c3fView commit details
Commits on Jul 26, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bb229b1 - Browse repository at this point
Copy the full SHA bb229b1View commit details
Commits on Jul 29, 2024
-
fix(jans-linux-setup): client kc_saml_openid is trusted (#9041)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f6ca62 - Browse repository at this point
Copy the full SHA 6f6ca62View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7df0c74 - Browse repository at this point
Copy the full SHA 7df0c74View commit details -
fix(jans-linux-setup): remove saml_scim_client (#9048)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 093f63e - Browse repository at this point
Copy the full SHA 093f63eView commit details -
fix(jans-cli-tui): asset upload (#9050)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7106f6e - Browse repository at this point
Copy the full SHA 7106f6eView commit details -
fix(jans-cli-tui): asset creation date (#9052)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 731aaa6 - Browse repository at this point
Copy the full SHA 731aaa6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fa9d079 - Browse repository at this point
Copy the full SHA fa9d079View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f809e45 - Browse repository at this point
Copy the full SHA f809e45View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b0aaac7 - Browse repository at this point
Copy the full SHA b0aaac7View commit details
Commits on Jul 30, 2024
-
fix(jans-linux-setup): set size of acr in jansToken is 1024 (#9055)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d5dbf0 - Browse repository at this point
Copy the full SHA 6d5dbf0View commit details -
fix(jans-linux-setup): auto convert varchar to string for spanner (#9059
) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 382be5c - Browse repository at this point
Copy the full SHA 382be5cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9cda8e8 - Browse repository at this point
Copy the full SHA 9cda8e8View commit details
Commits on Jul 31, 2024
-
fix(jans-linux-setup): removed trailing whitespace on eventType column (
#9066) Signed-off-by: iromli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 649c747 - Browse repository at this point
Copy the full SHA 649c747View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1566ca2 - Browse repository at this point
Copy the full SHA 1566ca2View commit details -
fix(jans-linux-setup): apache config for jans-lock wellknown endpoint (…
…#9070) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c79a61 - Browse repository at this point
Copy the full SHA 9c79a61View commit details
Commits on Aug 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c1ddaa - Browse repository at this point
Copy the full SHA 3c1ddaaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4076d81 - Browse repository at this point
Copy the full SHA 4076d81View commit details -
feat(jans-fido): add interception script for registration (#9075)
Signed-off-by: shekhar16 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f04774b - Browse repository at this point
Copy the full SHA f04774bView commit details -
feat(jans-linux-setup): updated jansServiceModule for config-api in p…
…ost-setup (#9079) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddacc32 - Browse repository at this point
Copy the full SHA ddacc32View commit details -
fix(jans-core): register DB document store in Store factory (#9084)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e153479 - Browse repository at this point
Copy the full SHA e153479View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f01c038 - Browse repository at this point
Copy the full SHA f01c038View commit details
Commits on Aug 2, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a6a1850 - Browse repository at this point
Copy the full SHA a6a1850View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9fab110 - Browse repository at this point
Copy the full SHA 9fab110View commit details -
docs(jans-lock): add latest schema (#9081)
Signed-off-by: SafinWasi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da60eab - Browse repository at this point
Copy the full SHA da60eabView commit details -
feat(jans-orm): mask password attribute values (#9104)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de37d9d - Browse repository at this point
Copy the full SHA de37d9dView commit details
Commits on Aug 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e157cd4 - Browse repository at this point
Copy the full SHA e157cd4View commit details
Commits on Aug 5, 2024
-
fix(docs): update UMA config doc (#9108)
Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 397494a - Browse repository at this point
Copy the full SHA 397494aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2452fe3 - Browse repository at this point
Copy the full SHA 2452fe3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c6902d1 - Browse repository at this point
Copy the full SHA c6902d1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1bad5a1 - Browse repository at this point
Copy the full SHA 1bad5a1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8f86cb8 - Browse repository at this point
Copy the full SHA 8f86cb8View commit details -
fix(jans-auth-server): introspection endpoint returns error for valid…
… basic client authentication and invalid token #9093 (#9114) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 480ee64 - Browse repository at this point
Copy the full SHA 480ee64View commit details -
feat(jans-auth): fix ldap multi ad script to conform Jans (#9118)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d705bc6 - Browse repository at this point
Copy the full SHA d705bc6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5db83d6 - Browse repository at this point
Copy the full SHA 5db83d6View commit details
Commits on Aug 6, 2024
-
fix(jans-auth): fix AD user authentication (#9131)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4093719 - Browse repository at this point
Copy the full SHA 4093719View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4a1da6b - Browse repository at this point
Copy the full SHA 4a1da6bView commit details
Commits on Aug 7, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c362bf0 - Browse repository at this point
Copy the full SHA c362bf0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 17244ab - Browse repository at this point
Copy the full SHA 17244abView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f849c9 - Browse repository at this point
Copy the full SHA 5f849c9View commit details -
Signed-off-by: mzico <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd90126 - Browse repository at this point
Copy the full SHA cd90126View commit details
Commits on Aug 8, 2024
-
doc(jans-auth-server): client authn script is missed in navigation #9140
(#9141) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6291cfb - Browse repository at this point
Copy the full SHA 6291cfbView commit details -
fix(jans-auth-server): fixed race condition during refresh token remo…
…val #9074 (#9139) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37772ca - Browse repository at this point
Copy the full SHA 37772caView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 519cb77 - Browse repository at this point
Copy the full SHA 519cb77View commit details
Commits on Aug 9, 2024
-
feat(cloud-native): upgrade Alpine OS to v3.20 (#9152)
Signed-off-by: iromli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fddf192 - Browse repository at this point
Copy the full SHA fddf192View commit details -
fix(jans-auth-server): introspection has typo which can lead to inval…
…id json response #9148 (#9149) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d4ced - Browse repository at this point
Copy the full SHA 69d4cedView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5fd27cf - Browse repository at this point
Copy the full SHA 5fd27cfView commit details
Commits on Aug 12, 2024
-
fix(jans-cli-tui): focus to container after deleting asset (#9159)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dfce1c - Browse repository at this point
Copy the full SHA 0dfce1cView commit details -
fix(jans-cli-tui): save asset (#9163)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62dae4a - Browse repository at this point
Copy the full SHA 62dae4aView commit details -
feat(jans-lock): add audit/health/telemetry endpoint protection (#9165)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b88684 - Browse repository at this point
Copy the full SHA 6b88684View commit details -
feat(jans-lock): rename base folder (#9173)
feat(jans-lock): rename base golder Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f6f8aa - Browse repository at this point
Copy the full SHA 8f6f8aaView commit details -
fix(jans-setup): #9174 corrected fido extension description (#9175)
Signed-off-by: shekhar16 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a86124 - Browse repository at this point
Copy the full SHA 1a86124View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 962b11c - Browse repository at this point
Copy the full SHA 962b11cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 23dc2e2 - Browse repository at this point
Copy the full SHA 23dc2e2View commit details
Commits on Aug 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for eafe308 - Browse repository at this point
Copy the full SHA eafe308View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b09531a - Browse repository at this point
Copy the full SHA b09531aView commit details
Commits on Aug 14, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for efd628b - Browse repository at this point
Copy the full SHA efd628bView commit details -
fix(config-api): asset service param decleration (#9191)
Signed-off-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2515d1d - Browse repository at this point
Copy the full SHA 2515d1dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 46067b8 - Browse repository at this point
Copy the full SHA 46067b8View commit details
Commits on Aug 15, 2024
-
fix: do not remove shared source files (#9192)
fix: do not remove shared source files #9153 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 794951d - Browse repository at this point
Copy the full SHA 794951dView commit details -
docs: fixes to k8s ops (#9103)
Signed-off-by: Amro Misbah <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98de24b - Browse repository at this point
Copy the full SHA 98de24bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 433e684 - Browse repository at this point
Copy the full SHA 433e684View commit details
Commits on Aug 16, 2024
-
fix(jans-auth-server): missed chain call in header filter (#9205)
Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 469baba - Browse repository at this point
Copy the full SHA 469babaView commit details
Commits on Aug 19, 2024
-
docs(jans-docs): add jans link interception script doc (#9200)
Signed-off-by: shekhar16 <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f64387a - Browse repository at this point
Copy the full SHA f64387aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for de63432 - Browse repository at this point
Copy the full SHA de63432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a95f6 - Browse repository at this point
Copy the full SHA 51a95f6View commit details
Commits on Aug 20, 2024
-
chore(release): prep work for 1.1.5-SNAPSHOT and dev (#9218)
chore: release 1.1.5 SNAPSHOT Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d4762c - Browse repository at this point
Copy the full SHA 8d4762cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5171279 - Browse repository at this point
Copy the full SHA 5171279View commit details
Commits on Aug 21, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for eb5ca4a - Browse repository at this point
Copy the full SHA eb5ca4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9662f3 - Browse repository at this point
Copy the full SHA f9662f3View commit details
Commits on Aug 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for eb9cade - Browse repository at this point
Copy the full SHA eb9cadeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 71a68b3 - Browse repository at this point
Copy the full SHA 71a68b3View commit details
Commits on Aug 23, 2024
-
fix(jans-cli-tui): scripts retreiving bounderies (#9195)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1929a10 - Browse repository at this point
Copy the full SHA 1929a10View commit details -
feat(jans-auth-server): added ability to pass authorizationMethodClai…
…ms to id_token via AuthorizationChallengeType script #9221 (#9250) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92d4c22 - Browse repository at this point
Copy the full SHA 92d4c22View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2ece418 - Browse repository at this point
Copy the full SHA 2ece418View commit details
Commits on Aug 26, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bb4dcc2 - Browse repository at this point
Copy the full SHA bb4dcc2View commit details -
chore: casa installer adjustment for agama flow (#9255)
chore(jans-linux-setup): casa installer for agama flow Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8188fd - Browse repository at this point
Copy the full SHA b8188fdView commit details -
feat(jans-core): use DB document store by default (#9267)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7408954 - Browse repository at this point
Copy the full SHA 7408954View commit details -
feat(jans-config-api): update swagger api (#9271)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efa4e1a - Browse repository at this point
Copy the full SHA efa4e1aView commit details -
feat(jans-config-api): update swagger api (#9272)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5eba06b - Browse repository at this point
Copy the full SHA 5eba06bView commit details -
fix(jans-cli-tui): change according to new asset Document schema (#9275)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 085675a - Browse repository at this point
Copy the full SHA 085675aView commit details -
Signed-off-by: mzico <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a81b425 - Browse repository at this point
Copy the full SHA a81b425View commit details
Commits on Aug 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 39eb04d - Browse repository at this point
Copy the full SHA 39eb04dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fea5766 - Browse repository at this point
Copy the full SHA fea5766View commit details -
docs: update attribute creation in mysql-ops.md (#9278)
Signed-off-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 717bfba - Browse repository at this point
Copy the full SHA 717bfbaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fa7b08c - Browse repository at this point
Copy the full SHA fa7b08cView commit details -
fix(jans-auth): plaintext passwords logged from TokenRestWebServiceIm…
…pl with DEBUG log level #8959 (#9281) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7db1a2b - Browse repository at this point
Copy the full SHA 7db1a2bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fc9f04f - Browse repository at this point
Copy the full SHA fc9f04fView commit details
Commits on Aug 28, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d40a266 - Browse repository at this point
Copy the full SHA d40a266View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d0938a6 - Browse repository at this point
Copy the full SHA d0938a6View commit details -
feat: changing format of access token and user-info to JWT (#9293)
Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed24927 - Browse repository at this point
Copy the full SHA ed24927View commit details
Commits on Aug 29, 2024
-
fix: remove unrecognized manifest key #9301 (#9302)
Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56116fc - Browse repository at this point
Copy the full SHA 56116fcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d99bd55 - Browse repository at this point
Copy the full SHA d99bd55View commit details
Commits on Aug 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2c2265b - Browse repository at this point
Copy the full SHA 2c2265bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1a093c7 - Browse repository at this point
Copy the full SHA 1a093c7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2714a57 - Browse repository at this point
Copy the full SHA 2714a57View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ba78a74 - Browse repository at this point
Copy the full SHA ba78a74View commit details
Commits on Sep 2, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bdf5707 - Browse repository at this point
Copy the full SHA bdf5707View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6f44ef8 - Browse repository at this point
Copy the full SHA 6f44ef8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 99ca871 - Browse repository at this point
Copy the full SHA 99ca871View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 086935c - Browse repository at this point
Copy the full SHA 086935cView commit details
Commits on Sep 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 08e2b3c - Browse repository at this point
Copy the full SHA 08e2b3cView commit details -
fix(cloud-native): toggle rendering truststore based on env var (#9311)
Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7360cdf - Browse repository at this point
Copy the full SHA 7360cdfView commit details -
fix(jans-cli-tui): authn page for non-ldap backend (#9339)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1addd62 - Browse repository at this point
Copy the full SHA 1addd62View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 47f2d04 - Browse repository at this point
Copy the full SHA 47f2d04View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9635328 - Browse repository at this point
Copy the full SHA 9635328View commit details -
feat(jans-core): fix javadocs generation (#9347)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098ac14 - Browse repository at this point
Copy the full SHA 098ac14View commit details -
feat(jans-scim): fix javadocs generation (#9349)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ea5a98 - Browse repository at this point
Copy the full SHA 2ea5a98View commit details -
feat(jans-config-api): fix javadocs generation (#9351)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27b5345 - Browse repository at this point
Copy the full SHA 27b5345View commit details
Commits on Sep 4, 2024
-
ci: forces download each time on packaging (#9356)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee5ee53 - Browse repository at this point
Copy the full SHA ee5ee53View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6ddff0f - Browse repository at this point
Copy the full SHA 6ddff0fView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 8394704 - Browse repository at this point
Copy the full SHA 8394704View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 47414c2 - Browse repository at this point
Copy the full SHA 47414c2View commit details
Commits on Sep 5, 2024
-
feat(jans-auth-server): added nbf claims to tokens which is equal to …
…iat #9320 (#9375) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d5f003 - Browse repository at this point
Copy the full SHA 2d5f003View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8d0a45d - Browse repository at this point
Copy the full SHA 8d0a45dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 743c1cd - Browse repository at this point
Copy the full SHA 743c1cdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bb980d3 - Browse repository at this point
Copy the full SHA bb980d3View commit details -
feat(jans-core): update OpeDJ version (#9382)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 447df58 - Browse repository at this point
Copy the full SHA 447df58View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 69d12c8 - Browse repository at this point
Copy the full SHA 69d12c8View commit details -
chore: use pythonic style in Agama bridge (#9383)
chore: use pythonic style #9181 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc36131 - Browse repository at this point
Copy the full SHA fc36131View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 388ac14 - Browse repository at this point
Copy the full SHA 388ac14View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 14e0416 - Browse repository at this point
Copy the full SHA 14e0416View commit details
Commits on Sep 6, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 466c161 - Browse repository at this point
Copy the full SHA 466c161View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c14434 - Browse repository at this point
Copy the full SHA 3c14434View commit details -
feat(jans-auth): add warn to check if server can't set authenticated (#…
…9395) user in session Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc87b08 - Browse repository at this point
Copy the full SHA fc87b08View commit details -
chore(jans-linux-setup): restart jans services in post-setup (#9400)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 314f247 - Browse repository at this point
Copy the full SHA 314f247View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b645f0b - Browse repository at this point
Copy the full SHA b645f0bView commit details
Commits on Sep 9, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c49be90 - Browse repository at this point
Copy the full SHA c49be90View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8fd5d66 - Browse repository at this point
Copy the full SHA 8fd5d66View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c832069 - Browse repository at this point
Copy the full SHA c832069View commit details -
fix(jans-cli-tui): re-order feed and background task messages (#9418)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a7c0da - Browse repository at this point
Copy the full SHA 2a7c0daView commit details -
fix(jans-linux-setup): suse setup issues (#9401)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3702661 - Browse repository at this point
Copy the full SHA 3702661View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 37bc45b - Browse repository at this point
Copy the full SHA 37bc45bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0138e82 - Browse repository at this point
Copy the full SHA 0138e82View commit details
Commits on Sep 10, 2024
-
docs: fix mysql-ops command order (#9416)
Signed-off-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297bdc0 - Browse repository at this point
Copy the full SHA 297bdc0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cea08b5 - Browse repository at this point
Copy the full SHA cea08b5View commit details -
fix(jans-cli-tui): populate config-api widgets when page entered (#9436)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19e770a - Browse repository at this point
Copy the full SHA 19e770aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b07568e - Browse repository at this point
Copy the full SHA b07568eView commit details -
doc(jans-auth-server): improved doc for acr aliasing #9438 (#9439)
Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8606bbc - Browse repository at this point
Copy the full SHA 8606bbcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for adfd926 - Browse repository at this point
Copy the full SHA adfd926View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for cc02c6f - Browse repository at this point
Copy the full SHA cc02c6fView commit details
Commits on Sep 11, 2024
-
fix: update wrong clause (#9454)
fix: update wrong clause #9181 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ec8afc - Browse repository at this point
Copy the full SHA 9ec8afcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 82ea7df - Browse repository at this point
Copy the full SHA 82ea7dfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6a75640 - Browse repository at this point
Copy the full SHA 6a75640View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 14c854a - Browse repository at this point
Copy the full SHA 14c854aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 664b866 - Browse repository at this point
Copy the full SHA 664b866View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b6722b5 - Browse repository at this point
Copy the full SHA b6722b5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 39ba40a - Browse repository at this point
Copy the full SHA 39ba40aView commit details
Commits on Sep 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c4aa9e - Browse repository at this point
Copy the full SHA 4c4aa9eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5584e9f - Browse repository at this point
Copy the full SHA 5584e9fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 404b5bb - Browse repository at this point
Copy the full SHA 404b5bbView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e9e9808 - Browse repository at this point
Copy the full SHA e9e9808View commit details -
fix(jans-cli-tui): duplicate schema names in info (#9481)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3941c - Browse repository at this point
Copy the full SHA 4e3941cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97493c8 - Browse repository at this point
Copy the full SHA 97493c8View commit details
Commits on Sep 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fc71c51 - Browse repository at this point
Copy the full SHA fc71c51View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5775da2 - Browse repository at this point
Copy the full SHA 5775da2View commit details -
feat(jans-auth-server): updated tx_token implementation to latest tx …
…spec 9-Sep-2024 #9352 (#9482) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da5c1f - Browse repository at this point
Copy the full SHA 9da5c1fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9611711 - Browse repository at this point
Copy the full SHA 9611711View commit details -
feat(jans-config-api): update schema to conform code (#9490)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3838b - Browse repository at this point
Copy the full SHA 0f3838bView commit details -
feat(jans-conf-api): evaluationTimeNs should be integer (#9492)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b911a7 - Browse repository at this point
Copy the full SHA 5b911a7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c15ccfe - Browse repository at this point
Copy the full SHA c15ccfeView commit details
Commits on Sep 16, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for af9d2bc - Browse repository at this point
Copy the full SHA af9d2bcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4b07e84 - Browse repository at this point
Copy the full SHA 4b07e84View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 72593e0 - Browse repository at this point
Copy the full SHA 72593e0View commit details
Commits on Sep 17, 2024
-
chore(release): prep work for 1.1.6-SNAPSHOT and dev (#9516)
chore: release 1.1.6 SNAPSHOT Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cbfeed - Browse repository at this point
Copy the full SHA 2cbfeedView commit details -
feat(jans-auth-server): added dedicated deviceSessionLifetime conf pr…
…operty #7010 (#9513) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df0fb3d - Browse repository at this point
Copy the full SHA df0fb3dView commit details
Commits on Sep 18, 2024
-
docs: update README.md for Lock changes (#9509)
Updated README - Jans Lock and intro edit. Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 016bf37 - Browse repository at this point
Copy the full SHA 016bf37View commit details
Commits on Sep 19, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d60da8e - Browse repository at this point
Copy the full SHA d60da8eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9b4f5cf - Browse repository at this point
Copy the full SHA 9b4f5cfView commit details -
fix(jans-auth-server): new jans server installation show null in plac…
…e of client_name #9415 (#9523) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23ef80c - Browse repository at this point
Copy the full SHA 23ef80cView commit details -
feat(jans-auth): update SG script to conform API (#9541)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc7afcd - Browse repository at this point
Copy the full SHA dc7afcdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6580d48 - Browse repository at this point
Copy the full SHA 6580d48View commit details
Commits on Sep 20, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8b963dc - Browse repository at this point
Copy the full SHA 8b963dcView commit details