| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
| GroupId | GroupIdorg.keycloak |
| ArtifactId | ArtifactIdsaml-post-encryption |
| Last Version | Last Version15.0.2 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionKeycloak SAML Adapter Example POST Binding and Assertion Encryption
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| saml-post-encryption-15.0.2.pom | |
| saml-post-encryption-15.0.2.war | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.keycloak/saml-post-encryption/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>saml-post-encryption</artifactId>
<version>15.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/saml-post-encryption/
implementation 'org.keycloak:saml-post-encryption:15.0.2'
// https://jarcasting.com/artifacts/org.keycloak/saml-post-encryption/
implementation ("org.keycloak:saml-post-encryption:15.0.2")
'org.keycloak:saml-post-encryption:war:15.0.2'
<dependency org="org.keycloak" name="saml-post-encryption" rev="15.0.2">
<artifact name="saml-post-encryption" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='saml-post-encryption', version='15.0.2')
)
libraryDependencies += "org.keycloak" % "saml-post-encryption" % "15.0.2"
[org.keycloak/saml-post-encryption "15.0.2"]