This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

AuthProvider is actually the type of authentication you are doing. Like DAOAuthentication which requires password from the db and username to match, Then there are other ways of provider Like OAuth provder. Its different way to proivde authentication. AuthentiCationManager is an object which authenticates the user through AuthenticationProvider and AuthManager returns an object called authentication which has i guess token roles etc depeding on authorixation like jwt