Getting Client Credentials (Client Id and Client Secret)

🎯 Purpose

REL-ID Gateway Management console Administrator provides the generated Client ID and Client Secret required for OIDC flow initiation and authorization code exchange.


📋 Credential Requirements

  • Client ID: Unique identifier for the registered OAuth2 client\

  • Client Secret: Secure secret for client authentication

  • Usage: Required for:

  • Initiating OIDC flow from integrator's login page

  • Exchanging Authorization Code for Access Token


🛡️ Security Considerations

  • Secure Storage: Store credentials securely in application configuration\
  • Access Control: Limit access to authorized personnel only
  • Regular Rotation: Consider periodic credential rotation for enhanced security
  • Environment Separation: Use different credentials for different environments

📚 Reference Documentation

  • Detailed Information: Refer to REL-ID Gateway Manager Admin Manual\
  • Section: Enterprise Management section
  • Purpose: Credential management and security best practices