https://github.com/fissoft/fissoft.ssoclient
SSO Client
https://github.com/fissoft/fissoft.ssoclient
Last synced: about 1 year ago
JSON representation
SSO Client
- Host: GitHub
- URL: https://github.com/fissoft/fissoft.ssoclient
- Owner: fissoft
- Created: 2014-10-10T08:16:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T04:59:53.000Z (over 11 years ago)
- Last Synced: 2025-03-20T05:04:52.500Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fissoft.SSOClient
=================
[](https://www.nuget.org/packages/Fissoft.SSOClient)
[](https://www.nuget.org/packages/Fissoft.SSOClient)
[](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
```