Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

hiyosi/oidc-implicit-flow-rp

Repository files navigation

OpenID Connect Implicit Flow Sample Relaying Party

Build Status Coverage Status Code Climate

このアプリケーションは 'https://github.com/nov/openid_connect_sample_rp' を参考にしています。

OpenID Connect Implicit Flow を実装した Relaying Party のサンプルアプリケーションです。

このアプリケーションは OP として hiyosi/tiny-oidc-provider と連携するためのサンプルを目的としていますので、 その他OPと連携した場合に正常に動作しない場合があります。

インストール

 $ git clone https://github.com/hiyosi/oidc-implicit-flow-rp.git

 $ cd oidc-implicit-flow-rp
 
 $ bundle install --path=vendor/bundle

動作確認

  1. Rails アプリケーションの起動

$ CLIENT_ID=<YOUR CLIENT_ID> CALLBACK_URL=<YOUR CALLBACK URL> bundle exec rails s -p 5000

  1. http://localhost:5000/ にアクセスして下さい。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published