asp.net - OWIN username & password exposing as SAML -


we have asp.net site using owin stores username\password in db , client has ask if third party system can authenticate against our data using adfs\saml approach. can expose data held mimic adfs\saml?

would have suggestion of how possible? or better example of has been done?

thanks

jake

i assume mean 3rd party accessing data authenticating somewhere else , passing saml token?

they using adfs?

the problem credentials in db , adfs requires credentials in ad.

so have saml idp , federate adfs.

this requires server side of saml. libraries out there client side of saml.

so @ products shibboleth, idaas e.g. auth0 or commercial stacks e.g. componentspace.

a diagram useful clarify use case is.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -