mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
test(oauth): RFC 6749 Section 10.2 conformance
See:1b088fade6
Prevent automatic OAuth grants for public clients07fe5a8b13
use existing oauth grant for public client (cherry picked from commit592469464b
)
This commit is contained in:
parent
71c4eee50d
commit
8f88817c00
2 changed files with 61 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
name: "Test native app"
|
||||
client_id: "ce5a1322-42a7-11ed-b878-0242ac120002"
|
||||
client_secret: "$2a$10$UYRgUSgekzBp6hYe8pAdc.cgB4Gn06QRKsORUnIYTYQADs.YR/uvi" # bcrypt of "4MK8Na6R55smdCY0WuCCumZ6hjRPnGY5saWVRHHjJiA=
|
||||
redirect_uris: '["http://127.0.0.1"]'
|
||||
redirect_uris: '["b", "http://127.0.0.1"]'
|
||||
created_unix: 1546869730
|
||||
updated_unix: 1546869730
|
||||
confidential_client: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue