security - How to implement authentication for inter module communication in my application? -


we have divided our large application several modules , want implement authentication system when 2 modules communicating each other in client-server fashion. don't want server's services accessible unless client presents kind of certificate or credentials. what's industry standard or popular way achieve this? thanks.

kerberos may you, famous , practical authentication service open network systems

hope helps!


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -