Skip to content
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

Merged
merged 18 commits into from
Apr 4, 2024

Commits on Mar 10, 2024

  1. feat(keycloak-integration): job scheduler #8008

    * added saml metadata parsing library
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5a42d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c648f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feat(keycloak-integration): sync sp configuration between config-api …

    …and kc #8008
    
    * fixed typo in saml metadata parser
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    97d1c14 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. feat(jans-keycloak-integration): sync trust relationship configuratio…

    …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 <uprightech@gmail.com>
    uprightech committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    09069dc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat(keycloak-integration): sync trust relationship config between co…

    …nfig-api and kc #8008
    
    * fix bugs in parser(temporary)
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    075e622 View commit details
    Browse the repository at this point in the history
  2. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8000
    
    * added authentication browser flow configuration
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    87feea5 View commit details
    Browse the repository at this point in the history
  3. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    * refactor trustrelationship sync job (delete non-existing trust relationships)
    * added code to sync new trust relationships
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5c8d1a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc959b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    * modifed saxutils to optimize re-use of sax parsing objects
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    756349a View commit details
    Browse the repository at this point in the history
  2. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    * added call to saxutils init to scheduler startup
    * additional changes to kc and config api
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ebcb494 View commit details
    Browse the repository at this point in the history
  3. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    * modifications to the logging configuration template
    * modifications to the application configuration template
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f60920c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    *added method to fetch released user attributes for a tr
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f638899 View commit details
    Browse the repository at this point in the history
  2. feat(jans-keycloak-integration): sync tr config between config api an…

    …d kc #8008
    
    * added protocol mapper api methods (will be used to update released attributes)
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4c67900 View commit details
    Browse the repository at this point in the history
  3. feat(jans-keycloak-integration: sync tr between config-api and kc #8008

    * added saml user attribute mapper configuration
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4b38c38 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat(jans-keycloak-integration): sync tr config between config-api an…

    …d kc #8008
    
    * made fixes to the createManagedSamlClient keycloak API wrapper method
    * completed implementation of released attributes sync
    
    Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
    uprightech committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    87ebacd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. 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 <uprightech@gmail.com>
    uprightech committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c76d382 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f1e5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc8024 View commit details
    Browse the repository at this point in the history