chore: move to new org
This commit is contained in:
parent
72f28a10ce
commit
46bbbfb72a
62 changed files with 134 additions and 133 deletions
16
README.md
16
README.md
|
@ -1,11 +1,11 @@
|
|||
# OpenID Connect SDK (client and server) for Go
|
||||
|
||||
[](https://github.com/semantic-release/semantic-release)
|
||||
[](https://github.com/caos/oidc/actions)
|
||||
[](https://github.com/caos/oidc/blob/master/LICENSE)
|
||||
[](https://github.com/caos/oidc/releases)
|
||||
[](https://goreportcard.com/report/github.com/caos/oidc)
|
||||
[](https://codecov.io/gh/caos/oidc)
|
||||
[](https://github.com/zitadel/oidc/actions)
|
||||
[](https://github.com/zitadel/oidc/blob/master/LICENSE)
|
||||
[](https://github.com/zitadel/oidc/releases)
|
||||
[](https://goreportcard.com/report/github.com/zitadel/oidc)
|
||||
[](https://codecov.io/gh/zitadel/oidc)
|
||||
|
||||

|
||||
|
||||
|
@ -43,9 +43,9 @@ Check the `/example` folder where example code for different scenarios is locate
|
|||
```bash
|
||||
# start oidc op server
|
||||
# oidc discovery http://localhost:9998/.well-known/openid-configuration
|
||||
go run github.com/caos/oidc/example/server
|
||||
go run github.com/zitadel/oidc/example/server
|
||||
# start oidc web client
|
||||
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/caos/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
|
||||
|
@ -110,4 +110,4 @@ See the exact licensing terms [here](./LICENSE)
|
|||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
|
||||
|
||||
[^1]: https://github.com/caos/oidc/issues/135#issuecomment-950563892
|
||||
[^1]: https://github.com/zitadel/oidc/issues/135#issuecomment-950563892
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue