Skip to content

aibou/sinatra-saml-sample

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

sinatra-saml-sample

The minimal sample application with SAML written by ruby.

Configuration

  1. Add an app (choose "SAML Test Connector (IdP)")
  2. Rewrite sample.rb:
- app_id = YOUR_APP_ID
+ app_id = 123456 # it's dummy number
idp_cert = <<-EOS
- ###### COPY Certificate from OneLogin
+ -----BEGIN CERTIFICATE-----
+ hogefugapiyo
+ -----END CERTIFICATE-----
EOS
  1. Set parameters to OneLogin:

  2. Run app

ruby sample.rb -p 3000

About

The minimal sample application with SAML written by ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages