cd openid-connect-sample
./run.sh
sudo sh -c "echo 127.0.0.1 op.local >> /etc/hosts"
sudo sh -c "echo 127.0.0.1 rp1.local >> /etc/hosts"
sudo sh -c "echo 127.0.0.1 rp2.local >> /etc/hosts"
- If you open "http://rp1.local/", it will be redirected to "http://op.local/login/".
- Login to "http://op.local/login/".
- Open "http://rp2.local". You can see that you are already logged in.
- If you click the logout button of "http://rp2.local/", it will be redirected to "http://op.local/logout/"
- Open "http://rp1.local". You can see that you are already logged out.