Implement OpenID Connect identity provider
显示
- Gemfile 1 个添加, 0 个删除Gemfile
- Gemfile.lock 13 个添加, 0 个删除Gemfile.lock
- app/models/oauth_access_grant.rb 4 个添加, 0 个删除app/models/oauth_access_grant.rb
- app/models/oauth_access_token.rb 1 个添加, 1 个删除app/models/oauth_access_token.rb
- app/views/doorkeeper/authorizations/new.html.haml 2 个添加, 0 个删除app/views/doorkeeper/authorizations/new.html.haml
- changelogs/unreleased/feature-openid-connect.yml 4 个添加, 0 个删除changelogs/unreleased/feature-openid-connect.yml
- config/initializers/doorkeeper.rb 6 个添加, 1 个删除config/initializers/doorkeeper.rb
- config/initializers/doorkeeper_openid_connect.rb 36 个添加, 0 个删除config/initializers/doorkeeper_openid_connect.rb
- config/initializers/secret_token.rb 6 个添加, 1 个删除config/initializers/secret_token.rb
- config/locales/doorkeeper.en.yml 1 个添加, 0 个删除config/locales/doorkeeper.en.yml
- config/routes.rb 2 个添加, 0 个删除config/routes.rb
- db/migrate/20161209165216_create_doorkeeper_openid_connect_tables.rb 37 个添加, 0 个删除...20161209165216_create_doorkeeper_openid_connect_tables.rb
- db/post_migrate/20170209140523_validate_foreign_keys_on_oauth_openid_requests.rb 20 个添加, 0 个删除...9140523_validate_foreign_keys_on_oauth_openid_requests.rb
- db/schema.rb 6 个添加, 0 个删除db/schema.rb
- doc/integration/README.md 1 个添加, 0 个删除doc/integration/README.md
- doc/integration/openid_connect_provider.md 47 个添加, 0 个删除doc/integration/openid_connect_provider.md
- lib/gitlab/auth.rb 1 个添加, 1 个删除lib/gitlab/auth.rb
- spec/factories/oauth_access_grants.rb 11 个添加, 0 个删除spec/factories/oauth_access_grants.rb
- spec/factories/oauth_access_tokens.rb 2 个添加, 1 个删除spec/factories/oauth_access_tokens.rb
- spec/factories/oauth_applications.rb 1 个添加, 1 个删除spec/factories/oauth_applications.rb
加载中
想要评论请 注册 或 登录