How to obtain Client ID and Client Secret for OpenID (OAuth 2.0) in Codebeamer – OpenID already enab
Hi Team,
We are currently working on integrating Codebeamer with Cameo using OSLC, and for authentication, we plan to use OAuth 2.0 via OpenID Connect.
We have already enabled OpenID in our Codebeamer instance and enforced OAuth2 login under:
System Admin → OpenID Configuration.
However, we are missing critical configuration details to complete the setup:
What we need help with:
How can we get the following for our Codebeamer OAuth Client?
Client ID
Client Secret
Client Name
Is there a specific place in the Codebeamer UI or backend where we can register a new OAuth client and generate these credentials?
Do we need to manually register Codebeamer as a client application on an external OpenID Provider (like Google, Azure, or internal SSO)?
Where can we find or configure the following values if we use PTC's internal OpenID?
authorizationEndpointUri
tokenEndpointUri
userinfoEndpoint
jwksUri
Our Setup:
Codebeamer version: 2.1.0.0
Base URL: https://ptc-codebeamer.accenture.com
OpenID Connect is already enabled in system settings.
Redirect URI configured:
https://ptc-codebeamer.accenture.com/cb/login/oauth/authenticate.spr
We want to use these credentials in our OSLC integration with Cameo, where the Codebeamer server will act as a secured OAuth2/OpenID client.
Any guidance, documentation links, or admin-level instructions would be greatly appreciated.
Thanks in advance!

