asp.net mvc - SAML Token generation for third party -


i need create user management service central point authorize ad users multiple applications. applications can both intranet or internet, internal or external.

what figured out identity server. due requirements doesn't want identity server custom sts (security token service). - need take input 3rd parties credentials - validate in our active directory - generate & send saml token authenticated users.

i have looked :

https://katanaproject.codeplex.com

http://www.c-sharpcorner.com/uploadfile/scottlysle/windows-identity-foundation-and-single-sign-on-sso/

http://garymcallisteronline.blogspot.in/2013/01/aspnet-mvc-4-adfs-20-and-3rd-party-sts.html

https://msdn.microsoft.com/en-us/library/ms972971.aspx#singlesignon_topic9

https://coding.abel.nu/2014/08/kentor-authservices-saml2-owin-middleware-released/

but still confused how 3rd party understand saml or need interpret shared identity info.

  • 3rd party app can on language other .net too
  • they don't need make change code/implementation.

please suggest.

this conceptual/architectural question please don't advise add code & offer help.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -