Wednesday, 24 July 2024

MyHeathrow SSO

 SSO with Open Id Connect using Red centric


A) Red Centric - manage services

 - It can be used as Service Provider or Identity Provider

- we will be establishing connection between RedCentric and Dev Environment and SF dev environment

Application:
MyHeathrow
Application Type (e.g. web, iOS or Android):
Web
Any platform specific configuration (e.g. iOS Bundle ID / Android Package name & Signature hash):
All browsers
The redirect URL (s) for logging in user:
Myprofile page
Logout URL for your application:
MyHeathrow home page
Client certificate:
Cap to Attach

In return, RC to provide:

  • Client ID
  • Client secret (if not using client certificates)
  • Endpoint URLs for the B2C tenant
  • B2C policy IDs for various supported operations

In Salesforce Core, Cap will be setting up OAuth with Open ID connect for MyHeathrow to establish the connection between the two systems.


No comments:

Post a Comment

Heap Size and Apex CPU Time Limit

  Heap Size - 1) Memory size for holding object , variables and records 2) CPU Time limit -  1) time consuming during whole transaction   ...