Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc