This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
OpenID-Connect-Java-Spring-Server
mirror of
https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
Watch
1
Star
0
Fork
You've already forked OpenID-Connect-Java-Spring-Server
0
Code
Issues
Projects
Releases
Wiki
Activity
f724d3a9fe
OpenID-Connect-Java-Spring-...
/
openid-connect-server
/
db
/
tables
/
allowed_scope.sql
5 lines
85 B
SQL
Raw
Blame
History
create
table
allowed_scope
(
owner_id
VARCHAR
(
256
)
,
allowed_scope
VARCHAR
(
256
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink