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

Replace keycloak config with ouath2 #288

Merged
merged 39 commits into from
Nov 15, 2023

Conversation

ds-psosnowski
Copy link
Contributor

@ds-psosnowski ds-psosnowski commented Nov 15, 2023

Description

Changed

  • Update IRS API Swagger documentation to match AAS 3.0.0
  • Changed name of spring's OAuth2 client registration from 'keycloak' to 'common' like below:
    spring:
      security:
        oauth2:
          client:
            registration:
              keycloak:
                authorization-grant-type: client_credentials
                client-id: 
                client-secret: 
            provider:
              keycloak:
                token-uri:
    
    to:
    spring:
      security:
        oauth2:
          client:
            registration:
              common:
                authorization-grant-type: client_credentials
                client-id: 
                client-secret: 
            provider:
              common:
                token-uri:
    

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

ds-ext-kmassalski and others added 30 commits November 2, 2023 12:55
…block

Feature/tri 203 ess building block
…ope-from-security

Remove Scope from PolicyStoreController.java
…-workflow' into chore/#282-improve-documentation-workflow
…ion-workflow

Chore/#282 improve documentation workflow
Copy link
Contributor

@ds-jhartmann ds-jhartmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-jhartmann ds-jhartmann merged commit 9f39b0d into eclipse-tractusx:main Nov 15, 2023
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants