Skip to content

masakiq/simple_authorization_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set env

Client ID & User Info

export SAF_CLIENT_ID=123
export SAF_USER_SUB=hogeta_fugazou

Server URI

export SAF_CLIENT_SERVER_URI=http://localhost:5000
export SAF_AUTH_SERVER_URI=http://localhost:5001
export SAF_RESOURCE_SERVER_URI=http://localhost:5002
export SAF_SOCIAL_SERVER_URI=http://localhost:5003

Redirect URI

# for general
export SAF_REDIRECT_URI=$SAF_CLIENT_SERVER_URI/callback
# for social
export SAF_REDIRECT_URI=$SAF_SOCIAL_SERVER_URI/callback

start

auth server

bin/auth_server

open_id_connect server

bin/open_id_server

general auth client

bin/general/auth_client

general open_id_connect client

bin/general/open_id_client

social auth client

bin/social/auth_client

social open_id_connect client

bin/social/open_id_client

kill servers

bin/kill_servers

tree

tree -a -I '.git'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors