Keycloak:修订间差异
创建页面,内容为“ Create realm: my-org Create users: whatever Create client: my-app Client ID: my-app Valid redirect URIs: http://localhost:5173/auth/callback Valid post logout redirect URIs : http://localhost:5173 Web origins: http://localhost:5173 (No slash at end!!!) Client authentication: off (for public clients) Authentication flow: Standard flow, Direct access grants Category:OAuth” |
小无编辑摘要 标签:2017版源代码编辑 |
||
第1行: | 第1行: | ||
Create realm: my-org | * Create realm: my-org | ||
Create users: whatever | * Create users: whatever | ||
Create client: my-app | * Create client: my-app | ||
Client ID: my-app | * Client ID: my-app | ||
Valid redirect URIs: http://localhost:5173/auth/callback | * Valid redirect URIs: http://localhost:5173/auth/callback | ||
Valid post logout redirect URIs : http://localhost:5173 | * Valid post logout redirect URIs : http://localhost:5173 | ||
Web origins: http://localhost:5173 (No slash at end!!!) | * Web origins: http://localhost:5173 (No slash at end!!!) | ||
Client authentication: off (for public clients) | * Client authentication: off (for public clients) | ||
Authentication flow: Standard flow, Direct access grants | * Authentication flow: Standard flow, Direct access grants | ||
[[Category:OAuth]] | [[Category:OAuth]] |
2024年11月30日 (六) 14:01的版本
- Create realm: my-org
- Create users: whatever
- Create client: my-app
- Client ID: my-app
- Valid redirect URIs: http://localhost:5173/auth/callback
- Valid post logout redirect URIs : http://localhost:5173
- Web origins: http://localhost:5173 (No slash at end!!!)
- Client authentication: off (for public clients)
- Authentication flow: Standard flow, Direct access grants