liyunde/laravel5-multi-cas 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

liyunde/laravel5-multi-cas

Composer 安装命令:

composer require liyunde/laravel5-multi-cas

包简介

Multi CAS server SSO authentication for Laravel 5

README 文档

README

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Total Downloads][ico-downloads]][link-downloads]

Multi CAS server SSO authentication in Laravel 5.x

this version base on xavrsl/cas v1.2.5 Compatible with the original version usage,thank author.

this version only use on multi diffent domain cas server in same project

Installation

Require this package in your composer.json and run composer update.

For Laravel 5:

composer require liyunde/laravel5-multi-cas

After updating composer, add the ServiceProvider to the providers array:

For Laravel 5:

config/app.php

    MultiCas\CasServiceProvider::class,

As well as the Facade :

	'Cas'       => MultiCas\Facades\Cas::class,

Then publish the package's config using one of those methods :

For Laravel 5 :

    $ php artisan vendor:publish

Configuration

Configuration should be pretty straightforward for anyone who's ever used the phpCAS client. Using the .env file will allow you to have different environments without even touching the cas.php config file. I've added the possibility to easily turn your application into a CAS Proxy, a CAS Service or both. You only need to set the cas_proxy setting to true (if you need to proxy services) and set the cas_service to whatever proxy you want to allow (this is all explained in the config file).

A new config variable (cas_pretend_user) available in the release allows you to pretend to be a selected CAS user. The idea came with the usage of laravel homestead. My application was running on a private network, on a fake domain. The CAS server was not able to redirect to that application. So activating the CAS plugin on that application was not possible, but I needed a user id to query my LDAP and allow/disallow the user in my application. You only need to give it a user id and the application will act just as if you ware logged in with that CAS user.

Usage

Authenticate against the CAS server. This should be called before trying to retrieve the CAS user id.

	Cas::authenticate();
	OR
	Cas::default()->authenticate();

Then get the current user id this way :

	Cas::getCurrentUser();
	OR
	Cas::user();
	
	Cas::default()->user();

统计信息

  • 总下载量: 33
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 36
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-12-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固