docs(README.md): fix typos
This commit is contained in:
parent
9f71e4c924
commit
3a7b2e8eb5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Check the `/example` folder where example code for different scenarios is locate
|
||||||
# oidc discovery http://localhost:9998/.well-known/openid-configuration
|
# oidc discovery http://localhost:9998/.well-known/openid-configuration
|
||||||
go run github.com/zitadel/oidc/example/server
|
go run github.com/zitadel/oidc/example/server
|
||||||
# start oidc web client
|
# start oidc web client
|
||||||
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/example/client/app
|
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998 SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/example/client/app
|
||||||
```
|
```
|
||||||
|
|
||||||
- open http://localhost:9999/login in your browser
|
- open http://localhost:9999/login in your browser
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue