Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 483 Bytes

wso2-keycloak-mediator

Example configuration

<class name="fi.metatavu.wso2.keycloak.KeycloakMediator">
  <property name="authServerUrl" value="http://localhost:8080/auth"/>
  <property name="clientSecret" value="11112222-3333-4444-5555-666677778888"/>
  <property name="bearerOnly" value="true"/>
  <property name="resource" value="resource"/>
  <property name="sslRequired" value="EXTERNAL"/>
  <property name="realm" value="realm"/>
</class>