🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

apposs_ldap_adapter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apposs_ldap_adapter

0.1.0
Rubygems
Version published
Maintainers
1
Created
Source

= AppossSimpleAdapter

apposs 平台使用 adapter 机制对运维系统的外部资源进行适应,本项目提供一个最基本的 adapter 实现

== 安装

  • 在 Gemfile 中添加当前gem包
  • simple adapter 使用 google oauth 服务进行身份确认,用户需要预先申请 google 的 oauth2 认证,并根据申请资料编写 config/initializers/omniauth.rb 文件
  • 设置 adapter ,修改 RAILS_ROOT/config/application.rb 文件,设定如下内容 config.adapter = AppossTbAdapter
  • 设置 oauth 的callback 路径,添加controller,并修改 route.rb 内容为 match '/auth/:provider/callback' => 'home#callback'

This project rocks and uses MIT-LICENSE.

FAQs

Package last updated on 24 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

OSZAR »