Global Directory
Global Directory
EXPLORE OUR SITES
London Stock Exchange Group
LSEG Data & Analytics
MyAccount
LSEG Perspectives
London Stock Exchange
FTSE Russell
LCH
Contact Us
Home
TR Internal
WebSite endpoint for OnePass reg key validation
Ryan Morlok
When we were working on the Business Law Advisor product, I recall that we had to initially create an endpoint that would be called by OnePass to validate a reg key. Has this endpoint now been implemented in the Platform, or is this something each product needs to implement?
Find more posts tagged with
onepass
refinitiv-internal
Accepted answers
Todd Lindsey
Website Core does have an endpoint OnePass calls to do this, below:
.AddRoute("Rest.OnePassValidator", "V1/OnePassRegsitrationKeyValidator", new { controller = "OnePass", action = "ValidateRegistrationKeys" }, new { httpMethod = new HttpMethodConstraint("Post") })
The crazy thing about this setup is that OnePass has no mechanism of knowing where you came from other than the OnePass domain, so regardless of whether you are signing in with local website, or CI, DEMO, QED, OnePass will *always* call back to QED website to validate. (yes, this means that if QED website is down, so are all the lower environments!)
All comments
Todd Lindsey
Website Core does have an endpoint OnePass calls to do this, below:
.AddRoute("Rest.OnePassValidator", "V1/OnePassRegsitrationKeyValidator", new { controller = "OnePass", action = "ValidateRegistrationKeys" }, new { httpMethod = new HttpMethodConstraint("Post") })
The crazy thing about this setup is that OnePass has no mechanism of knowing where you came from other than the OnePass domain, so regardless of whether you are signing in with local website, or CI, DEMO, QED, OnePass will *always* call back to QED website to validate. (yes, this means that if QED website is down, so are all the lower environments!)
Ryan Morlok
Thanks Todd
Quick Links
All Forums
Recent Questions
Terms of use
Privacy & Cookie Statement
Cookies settings
Do not sell my info
Whistleblowing
UK Bribery Act
Modern Slavery Act