is not current version
Last Version 1.0.15.Final

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

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

Categories

Categories

CLI User Interface KeY Data Data Formats Formal Verification Keycloak Security
GroupId

GroupId

org.keycloak.secretstore
ArtifactId

ArtifactId

secret-store-examples-client-behind-proxy
Version

Version

1.0.10.Final
Type

Type

war

Download secret-store-examples-client-behind-proxy 1.0.10.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.10.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.10.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.10.Final")
'org.keycloak.secretstore:secret-store-examples-client-behind-proxy:war:1.0.10.Final'
<dependency org="org.keycloak.secretstore" name="secret-store-examples-client-behind-proxy" rev="1.0.10.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.10.Final')
)
libraryDependencies += "org.keycloak.secretstore" % "secret-store-examples-client-behind-proxy" % "1.0.10.Final"
[org.keycloak.secretstore/secret-store-examples-client-behind-proxy "1.0.10.Final"]