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
90df91c351
OpenID-Connect-Java-Spring-...
/
openid-connect-server
/
db
/
tables
/
allowed_scopes.sql
5 lines
85 B
SQL
Raw
Blame
History
create
table
allowed_scopes
(
owner_id
VARCHAR
(
256
)
,
allowedScopes
VARCHAR
(
256
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink