I'm looking for some guidance on implementing SSO in our Umbraco 8 application.
Users will click content links in 3rd part application where they are signed in, the 3rd party also acts as the IdP, and we are the SP. When we get the assertion I will create the member if required and return them to the content url.
Ideally I'd like to use something free and have been coding up something using AspNetSaml from nuget, but it looks to me like it does not handle the full relay as depicted here (image and code in this SO post I did recently).
Has anyone done anything similar, if so can you tell me what you used and if I'm even on the correct path here?
SSO for Umbraco 8 as the Service Provider
I'm looking for some guidance on implementing SSO in our Umbraco 8 application.
Users will click content links in 3rd part application where they are signed in, the 3rd party also acts as the IdP, and we are the SP. When we get the assertion I will create the member if required and return them to the content url.
Ideally I'd like to use something free and have been coding up something using AspNetSaml from nuget, but it looks to me like it does not handle the full relay as depicted here (image and code in this SO post I did recently).
Has anyone done anything similar, if so can you tell me what you used and if I'm even on the correct path here?
Thanks
Damion
is working on a reply...