oauth2:原型 Spring-security-oauth2

时间:2024-07-29 05:09:20
【文件属性】:

文件名称:oauth2:原型 Spring-security-oauth2

文件大小:75KB

文件格式:ZIP

更新时间:2024-07-29 05:09:20

Java

#spring-oauth-server ###请求 方式1:基于浏览器 获取授权码 交换授权码来获得访问令牌 授权请求 方式2:基于客户端 返回的数据 {"access_token":"3420d0e0-ed77-45e1-8370-2b55af0a62e8","token_type":"bearer","refresh_token":"b36f4978-a172-4aa8-af89-60f58abe3ba1","expires_in":43199,"scope":"read write"} 获取access_token后访问资源 ###部署 创建MySQL数据库(如数据库名oauth2), 并运行相应SQL脚本(脚本文件位于others/database目录), 运行脚本的顺序: initial_db.ddl -> oauth.ddl -> initial_data.ddl 修改spr


【文件预览】:
oauth2-master
----pom.xml(13KB)
----target()
--------test-classes()
--------classes()
----others()
--------how_to_use.txt(1KB)
--------database()
--------oauth_test.txt(1011B)
----LICENSE(18KB)
----.settings()
--------org.eclipse.jdt.core.prefs(329B)
----src()
--------test()
--------main()
----.project(483B)
----.classpath(7KB)
----.gitignore(45B)
----lib()
--------org()
----README.md(1KB)

网友评论