An open API service indexing awesome lists of open source software.

https://github.com/fissoft/fissoft.ssoclient

SSO Client
https://github.com/fissoft/fissoft.ssoclient

Last synced: about 1 year ago
JSON representation

SSO Client

Awesome Lists containing this project

README

          

Fissoft.SSOClient
=================
[![install from nuget](http://img.shields.io/nuget/v/Fissoft.SSOClient.svg?style=flat-square)](https://www.nuget.org/packages/Fissoft.SSOClient)
[![downloads](http://img.shields.io/nuget/dt/Fissoft.SSOClient.svg?style=flat-square)](https://www.nuget.org/packages/Fissoft.SSOClient)
[![release](https://img.shields.io/github/release/fissoft/Fissoft.SSOClient.svg?style=flat-square)](https://github.com/fissoft/Fissoft.SSOClient/releases)

### global.asax

ApplicationStart: register cookie domain
``` C#
AuthClient.RegisterCookieDomain("mydomain.com");
```
### web.config

``` xml




```
### NuGet Install
``` powershell
Install-Package Fissoft.SSOClient
```