Skip to content

rafique/openfire-keycloak-auth-provider-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Openfire JWT/OAuth2 authentication Provider for Keycloak

Installation

  1. Build with maven and copy the assembly jar into the openfire/lib directory

  2. Configure openfire/conf/openfire.xml

	<provider>
  		<auth>
  			<className>me.rafique.openfire.auth.HybridAuthProvider</className>
  		</auth>
  	</provider>
	<hybridAuthProvider>
  		<primaryProvider>
  			<className>org.jivesoftware.openfire.auth.DefaultAuthProvider</className>
  		</primaryProvider>
  		<secondaryProvider>
  			<className>me.rafique.openfire.auth.KeycloakAuthProvider</className>
  		</secondaryProvider>
  	</hybridAuthProvider>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages