Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion skills/oauth2c/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ usable at `/userinfo`.
or `http://[::1]`. The `redirect_uri` in authorize and token must still
include the port the app actually bound. oauth2c does not bind `:0` and
rewrite `redirect_uri`; use a fixed port. To see any-port policy, run
two fixed ports. Google Web clients are exact-match, like Auth0.
two fixed ports. Google issues a `client_secret` for Desktop apps; send
it on the token request with `--auth-method client_secret_post`. PKCE
does not replace that. Do not use the skill’s public recipe
(`--auth-method none`). Google Web clients are exact-match, like Auth0.

## Auth0 demo env

Expand Down