YuriyZ

Results 39 issues of YuriyZ

## Describe the issue ``` Parameters: key_rotation_interval = 2h jwks_sync_time = 60*20 + 10 #20 minutes plus small epsilon to allow for jitter 1) Create initial keys with expiration =...

enhancement

Move periodic and cleaner logs into separate log files

enhancement
exclude from release notes
docs
needs QA

Problem: It often happens that in support ticket we have to ask different information. Usually it's ping-pong game where we ask one log then the other then something from ldap/couchbase....

enhancement

### What is failing? After arquillian migration in general server tests work however we still have a few failures. ![image](https://user-images.githubusercontent.com/2013070/183914684-fd9c7ffa-0d8f-4f6d-9dab-9041a5b2aefd.png) ### Relevent logs https://jenkins.jans.io/jenkins/job/jans-auth-server/7093/

kind-bug
area-CI
comp-jans-auth-server

**Describe the bug** test(jans-auth-server): DefaultPromptLoginTest is not reliable. If run it locally it works however when run by jenkins it fails 8 times out of 10. It has to be...

kind-bug
area-CI
comp-jans-auth-server

### Description feat(jans-auth-server): check offline_access implementation has all conditions defined in spec https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess

comp-jans-auth-server
kind-feature

### Description Sonar shows blocker for `java:S5979`. It does not recognize "@Listeners(MockitoTestNGListener.class)" at the top of the class and thinks that mocks are not initialized while it is. Sonar has...

kind-enhancement
kind-feature

### Description feat(jans-auth-server): make redirectUrisRegex list (allow many regexp)

comp-jans-auth-server
kind-feature

feat: create pipeline job which can cleanly re-compile all projects with new version (new release) AS failed due to agama ``` [ERROR] Failed to execute goal on project jans-auth-model: Could...

kind-feature

## Describe the issue Introduce new UpdateToken methods in oxauth which exist in jans. Currently in oxauth we have one method: - modifyIdToken In jans we have: - modifyIdToken -...

new feature