Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make sure that all necessary proxies are configured to allow the communication from the OSLC Connector to the Codebeamer instance

Infonote

The OAuth client MUST fulfil the following requirements:

  1. has to be a private client (so it has a key and secret)

  2. has to be OIDC

  3. grant type must be authorization code flow 

  4. the redirect URI must be https://<oslc connector url>/login/oauth2/code/custom

...