Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

[WIP]プロラボアカウントでログイン #18

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

gedorinku
Copy link
Member

@gedorinku gedorinku commented Nov 1, 2019

ログインしていきたい。
closes #16

docker-compose exec hydra \
    hydra clients create \
    --endpoint http://localhost:4445 \
    --name テストクライアント \
    --secret secret \
    --response-types code,id_token \
    --scope openid,profile.read \
    --token-endpoint-auth-method none \
    --callbacks http://127.0.0.1:9090/login

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ログイン
1 participant