gitlab.inria.fr / gazelle / public / framework / sso-client
Library to auth users (OIDC) or machines (M2M) in Gazelle for application under JDK 21 (previously JDK17).
Stars: 0
Forks: 0
Open issues:
License: apache-2.0
Language:
Dependencies parsed at:
43
Created at: over 1 year ago
Updated at: 7 months ago
Last synced at: 7 months ago
Topics: Gazelle Auth, Gazelle Test Bed
m2m-client-v17/pom.xml
maven
- io.quarkus:quarkus-arc
- io.quarkus:quarkus-smallrye-jwt
- jakarta.enterprise:jakarta.enterprise.cdi-api
- net.ihe.gazelle:sso-client-api-v17
- org.eclipse.microprofile.config:microprofile-config-api
- org.keycloak:keycloak-admin-client
- org.slf4j:slf4j-api
- io.quarkus:quarkus-junit5 test
- io.quarkus:quarkus-rest-client-reactive test
- org.junit.jupiter:junit-jupiter test
- org.testcontainers:testcontainers test
- org.wiremock:wiremock test
m2m-server-v17/pom.xml
maven
- jakarta.ws.rs:jakarta.ws.rs-api provided
- commons-logging:commons-logging 1.2
- io.quarkus:quarkus-rest-client-reactive-jackson
- jakarta.enterprise:jakarta.enterprise.cdi-api
- net.ihe.gazelle:sso-client-api-v17
- net.ihe.gazelle:sso-server-v17
- org.eclipse.microprofile.config:microprofile-config-api
- org.eclipse.microprofile.jwt:microprofile-jwt-auth-api
- org.keycloak:keycloak-admin-client
- io.quarkus:quarkus-arc test
- io.quarkus:quarkus-junit5 test
- io.quarkus:quarkus-resteasy-reactive test
- io.rest-assured:rest-assured test
- org.junit.jupiter:junit-jupiter test
- org.wiremock:wiremock test
pom.xml
maven
sso-server-v17/pom.xml
maven
- jakarta.ws.rs:jakarta.ws.rs-api provided
- io.quarkus:quarkus-smallrye-jwt
- jakarta.enterprise:jakarta.enterprise.cdi-api
- net.ihe.gazelle:service-metadata-api
- net.ihe.gazelle:service-metadata-jaxrs-api
- net.ihe.gazelle:service-metadata-jaxrs-ws
- net.ihe.gazelle:sso-client-api-v17
- org.eclipse.microprofile.config:microprofile-config-api
- org.eclipse.microprofile.jwt:microprofile-jwt-auth-api
- io.quarkus:quarkus-rest-client-reactive test
- org.junit.jupiter:junit-jupiter test
- org.wiremock:wiremock test