YuriyZ

Results 39 issues of YuriyZ

### Description feat(jans-auth-server): add token exchange grant custom script ### Test cases and code coverage - [ ] Write unit test to cover added/changed code - [ ] Update integration...

comp-jans-auth-server
kind-feature

### Description feat(jans-auth-server): introduce client authentication custom script ### Test cases and code coverage - [ ] Write unit test to cover added/changed code - [ ] Update integration tests...

comp-jans-auth-server
kind-feature

### Description Client will have 3 new properties responsible to TxToken signing&encryption. - tx_token_signed_response_alg - tx_token_encrypted_response_alg - tx_token_encrypted_response_enc Properties are identical to what was implemented for Introspection Response [here](https://github.com/JanssenProject/jans/pull/6574/files). New...

comp-jans-cli-tui
kind-feature

### Description feat(jans-auth-server): introduce sophisticated JSON merge for authorization_details When we have `authorization_details1` persisted in client authorization and then we got another authorization request with different `authorization_details2`. Right now AS...

kind-enhancement
comp-jans-auth-server
kind-feature

### Description Currently device session lifetime can be set via interception script. However it is convenient to have dedicated configuration property to control device session lifetime. ### Test cases and...

comp-jans-auth-server
effort-3
kind-feature
priority-3

### Description chore(jans-auth-server): add GENERATE_JAVADOC parameter to jenkins build (speed up dev builds) We don't need to generate javadocs during each build. We can do it once during release.

kind-enhancement
kind-dependencies
comp-jans-auth-server

Inject swagger UI to documentation of oxauth (same as in oxd docs). We have swagger spec on oxauth side since 4.2: https://raw.githubusercontent.com/GluuFederation/oxAuth/master/docs/oxAuthSwagger.yaml We should show it in documentation same as...

enhancement

Here javadocs link from where it's possible to navigate to particular javadocs version: https://ox.gluu.org/javadocs/oxauth/ Recently we got feedback that it's not possible to find javadoc references in our docs.

enhancement

We have missed parameters in our docs, it's important to check docs for at least Dynamic Registration, Authorization Endpoint and Token Endpoint. In general oxauth code can be inspected for...

enhancement
high priority

We need documentation with best practices how to configure Apache for PKI and self-signed certificates validation. I've added documentation about MTLS itself. However we still need certification page too https://github.com/GluuFederation/docs-ce-prod/commit/67598b1aa527fdfb9e0f8b10bae0e322ebb1edc6...