identity-operator

command module
v0.0.0-...-3943201 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

README

Identity

Demo

kubectl apply -f config/samples/identity_v1_oauth2client.yaml

export ORY_SDK_URL=http://localhost:4444
export OAUTH2_CLIENT_ID=$(kubectl get secret oauth2client-sample-client --template={{.data.client_id}} | base64 -D)
export OAUTH2_CLIENT_SECRET=$(kubectl get secret oauth2client-sample-client --template={{.data.client_secret}} | base64 -D)

docker run -it --rm -p 4446:4446 oryd/hydra perform authorization-code \
        --endpoint ${ORY_SDK_URL} \
        --client-id=${OAUTH2_CLIENT_ID} \
        --client-secret=${OAUTH2_CLIENT_SECRET} \
        --redirect=http://127.0.0.1:4446/callback

Open http://127.0.0.1:4446

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1
Package v1 contains API Schema definitions for the identity v1 API group +kubebuilder:object:generate=true +groupName=identity.cluster.local
Package v1 contains API Schema definitions for the identity v1 API group +kubebuilder:object:generate=true +groupName=identity.cluster.local
pkg
to

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL