Reputation: 19
What is the difference between an identity provider and an authentication provider? This is specifically for System Security Services Daemon(SSSD) in Redhat 6/7. I assume the identity provider is like Google or Facebook providing logins to 3rd party website but I'm not sure what an authentication provider does?
Upvotes: -1
Views: 886
Reputation: 10986
The Identity Provider specifies the details of the identity back end to use for the "Security" domain.
The id_provider parameter specifies the type of provider. The common ones are:
The Authentication Provider directive specifies the authentication provider used for the domain. If NOT specified, the iIdentity Provider is used. Supported authentication providers are:
The best references for SSSD are https://sssd.io/, https://access.redhat.com/ and of course Google.
Upvotes: -1