1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: ruby-openid-connect
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
rake,
ruby-activemodel,
ruby-attr-required,
ruby-json,
ruby-json-jwt (>= 1.16.7~),
ruby-rack-oauth2,
ruby-rspec,
ruby-rspec-its,
ruby-swd (>= 2~),
ruby-tzinfo,
ruby-email-validator <!nocheck>,
ruby-mail <!nocheck>,
ruby-validate-url,
ruby-webfinger (>= 2~),
ruby-webmock (>= 3.25.1~)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-openid-connect
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-openid-connect.git
Homepage: https://github.com/nov/openid_connect
Package: ruby-openid-connect
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: OpenID Connect Server & Client Library
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0
protocol. It allows Clients to verify the identity of the End-User based on
the authentication performed by an Authorization Server, as well as to obtain
basic profile information about the End-User in an interoperable and REST-like
manner.
.
OpenID Connect allows clients of all types, including Web-based, mobile, and
JavaScript clients, to request and receive information about authenticated
sessions and end-users. The specification suite is extensible, allowing
participants to use optional features such as encryption of identity data,
discovery of OpenID Providers, and session management, when it makes sense
for them.
|