не последняя версия
Последняя версия 1.0.15.Final

org.keycloak.secretstore:secret-store-examples-client-behind-proxy 1.0.14.Final

Client service calling the backend, with the tokens being handled by a filter.

Категории

Категории

CLI Взаимодействие с пользователем KeY Данные Data Formats Formal Verification Keycloak Безопасность
Группа

Группа

org.keycloak.secretstore
Идентификатор

Идентификатор

secret-store-examples-client-behind-proxy
Версия

Версия

1.0.14.Final
Тип

Тип

war

Скачать secret-store-examples-client-behind-proxy 1.0.14.Final


<!-- https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/ -->
<dependency>
    <groupId>org.keycloak.secretstore</groupId>
    <artifactId>secret-store-examples-client-behind-proxy</artifactId>
    <version>1.0.14.Final</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/
implementation 'org.keycloak.secretstore:secret-store-examples-client-behind-proxy:1.0.14.Final'
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/
implementation ("org.keycloak.secretstore:secret-store-examples-client-behind-proxy:1.0.14.Final")
'org.keycloak.secretstore:secret-store-examples-client-behind-proxy:war:1.0.14.Final'
<dependency org="org.keycloak.secretstore" name="secret-store-examples-client-behind-proxy" rev="1.0.14.Final">
  <artifact name="secret-store-examples-client-behind-proxy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak.secretstore', module='secret-store-examples-client-behind-proxy', version='1.0.14.Final')
)
libraryDependencies += "org.keycloak.secretstore" % "secret-store-examples-client-behind-proxy" % "1.0.14.Final"
[org.keycloak.secretstore/secret-store-examples-client-behind-proxy "1.0.14.Final"]