-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(jans-keycloak-integration): sync trust relationship configuration between config-api and keycloak #8008 #8229
Conversation
* added saml metadata parsing library Signed-off-by: Rolain Djeumen <[email protected]>
…and kc #8008 * fixed typo in saml metadata parser Signed-off-by: Rolain Djeumen <[email protected]>
…n between config-api and keycloak #8008 * added enum for SAML Bindings support * added helper methods to access some metadata objects Signed-off-by: Rolain Djeumen <[email protected]>
…nfig-api and kc #8008 * fix bugs in parser(temporary) Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8000 * added authentication browser flow configuration Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * refactor trustrelationship sync job (delete non-existing trust relationships) * added code to sync new trust relationships Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * modifed saxutils to optimize re-use of sax parsing objects Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * added call to saxutils init to scheduler startup * additional changes to kc and config api Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * modifications to the logging configuration template * modifications to the application configuration template Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 *added method to fetch released user attributes for a tr Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * added protocol mapper api methods (will be used to update released attributes) Signed-off-by: Rolain Djeumen <[email protected]>
* added saml user attribute mapper configuration Signed-off-by: Rolain Djeumen <[email protected]>
…d kc #8008 * made fixes to the createManagedSamlClient keycloak API wrapper method * completed implementation of released attributes sync Signed-off-by: Rolain Djeumen <[email protected]>
…8008 * added error support to the jans config api * fixed a bug related to saml encryption certificate configuration in keycloak Signed-off-by: Rolain Djeumen <[email protected]>
|
|
|
|
|
|
|
|
|
…tion between config-api and keycloak #8008 (#8229) * feat(keycloak-integration): job scheduler #8008 * added saml metadata parsing library Signed-off-by: Rolain Djeumen <[email protected]> * feat(keycloak-integration): sync sp configuration between config-api and kc #8008 * fixed typo in saml metadata parser Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync trust relationship configuration between config-api and keycloak #8008 * added enum for SAML Bindings support * added helper methods to access some metadata objects Signed-off-by: Rolain Djeumen <[email protected]> * feat(keycloak-integration): sync trust relationship config between config-api and kc #8008 * fix bugs in parser(temporary) Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8000 * added authentication browser flow configuration Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 * refactor trustrelationship sync job (delete non-existing trust relationships) * added code to sync new trust relationships Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 * modifed saxutils to optimize re-use of sax parsing objects Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 * added call to saxutils init to scheduler startup * additional changes to kc and config api Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 * modifications to the logging configuration template * modifications to the application configuration template Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 *added method to fetch released user attributes for a tr Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config api and kc #8008 * added protocol mapper api methods (will be used to update released attributes) Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration: sync tr between config-api and kc #8008 * added saml user attribute mapper configuration Signed-off-by: Rolain Djeumen <[email protected]> * feat(jans-keycloak-integration): sync tr config between config-api and kc #8008 * made fixes to the createManagedSamlClient keycloak API wrapper method * completed implementation of released attributes sync Signed-off-by: Rolain Djeumen <[email protected]> * feat(keycloak-integration): sync tr config between config-api and kc #8008 * added error support to the jans config api * fixed a bug related to saml encryption certificate configuration in keycloak Signed-off-by: Rolain Djeumen <[email protected]> --------- Signed-off-by: Rolain Djeumen <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]> Co-authored-by: YuriyZ <[email protected]> Former-commit-id: 3bf5f6d
See Issue #8008