Isman Firmansyah
Isman Firmansyah
## Describe the issue The JWKS generated by [oxauth-client-with-dependencies.jar](https://maven.gluu.org/maven/org/gluu/oxauth-client/4.3.0.Final/oxauth-client-4.3.0.Final-jar-with-dependencies.jar) for EC keys __sometime__ has different length for `x` and `y` attributes. Example: ``` { "kty" : "EC", "use" : "sig",...
**Describe the bug** Requesting `/.well-known/openid-configuration` for the first time (after installation/container deployment) returns unexpected output for `grant_types_supported` and `response_mode_supported` as seen below: ```json { "grant_types_supported": [ "RESOURCE_OWNER_PASSWORD_CREDENTIALS", "CLIENT_CREDENTIALS", "OXAUTH_UMA_TICKET", "DEVICE_CODE",...
**Is your feature request related to a problem? Please describe.** As per k8s spec, container lifecycle hooks will suppress logs/output of stdout/stderr by default. In some case, we need to...
Since upgrading from Jetty 10.0.6 (Gluu 4.4.0) to newer version, symlinks under `oxauth/custom/static` directory are no longer accessible via `/oxauth/ext/resources/$filename` URL. As per Jetty 10.0.7, symlinks are not accessible by...
### Prepare - [x] Read [PR guidelines](https://github.com/JanssenProject/jans/blob/main/docs/CONTRIBUTING.md#prs) - [x] Read [license information](https://github.com/JanssenProject/jans/blob/main/LICENSE) ------------------- ### Description #### Target issue closes #7547 #### Implementation Details ------------------- ### Test and Document the changes...
Prepare charts for the upcoming Gluu v4.5.4
The `updatelbip.py` script unable to modify `/etc/hosts.back` due to permission issue. See the following lines: https://github.com/GluuFederation/cloud-native-edition/blob/aa0b30cddf658f6c5dec79a9d5dab3a9cff058e8/pygluu/kubernetes/templates/helm/gluu/charts/config/templates/configmaps.yaml#L389-L396 The location of this file should be moved elsewhere to directory where entrypoint has...
The docs (including screenshots) at https://gluu.org/docs/ce/4.0/reference/persistence/#couchbase is outdated. For example, the docs list old buckets structure: ``` buckets: gluu, gluu_client, gluu_cache, gluu_site, gluu_token, gluu_authorization, gluu_user, gluu_statistic ``` If i recall...
Add environment variables to override default URLs. Closes #1576
The `values.schema.json` is re-formatted to use 4 spaces indentation. Closes #1711