Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GRANDGERARD Gilles
keycloak-protocol-cas
Commits
0862359e
Commit
0862359e
authored
Feb 14, 2017
by
Matthias Piepkorn
Committed by
matthiasp
Feb 14, 2017
Browse files
Fix deployment, update README.md
parent
de7d2545
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
0862359e
...
...
@@ -21,8 +21,8 @@ The following features are out of scope:
## Installation
1.
Clone or download this repository (pre-compiled releases will follow!)
2.
Run
`mvn package`
to build the plugin JAR
3.
Copy the JAR file generated in the
`target`
folder into the
`
provider
s`
directory in your Keycloak server's root
4.
Restart Keycloak
3.
Copy the JAR file generated in the
`target`
folder into the
`
standalone/deployment
s`
directory in your Keycloak server's root
4.
Restart Keycloak
(optional, hot deployment should work)
## Configuration
To use the new protocol, you have to create a client within Keycloak as usual.
...
...
pom.xml
View file @
0862359e
...
...
@@ -120,6 +120,17 @@
</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<configuration>
<archive>
<manifestEntries>
<Dependencies>
javax.xml.bind.api,org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi,org.keycloak.keycloak-server-spi-private,org.keycloak.keycloak-services,org.keycloak.keycloak-saml-core
</Dependencies>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment