Hello,
I have a requirement like my website build it in angular needs to be SSO with third party application. following are the technologies using to develop out website.
Front end - Angular 7 - developed using VSCode
API - .NET core 2.2
Backend - Sqlserver
I have received following urls from our third party vendor who setup SSO on their end. all we need is to produce the SSO session with them.
SSO Configuration:
Service Provider: https://logintest-10.XXX.com/
SSO Metadata Endpoint: GET https://logintest-10.XXX.com/sso/metadata.xml
SAML Assertion Consumer Service: POST https://logintest-10.XXX.com/sso/consume
though we use angular7 as front end, will this be achievable using component pro? If yes, please share with me sample code. based on the successful test implementation, I will buy this product.
asked 4/5/2021 2:00:36 PM