how does a project based on Java"s webApi implement user authorization? How to achieve single sign-on?
the project consists of two parts: webApi and the website. can these two parts use the same authority authentication / single sign-on?
I have referred to some materials on the Internet, including those who use OAuth2.0 and those who implement single sign-on mechanism on their own. I don"t quite understand. Are there any great gods who are familiar with this aspect?
reference address link:
Java-- implements single sign-on