Hello Cosign Discuss,

First time, long time.

I am trying to install and get a working configuration for mod_cosign in 
a Windows 10 (IIS 10) environment. Has anyone configured cosign with IIS 
10?

The integration fails when the handler is invoked on the service 
provider. A cookie file is never dropped on the service provider cookie 
DB, although permissions should allow it.

Below is the debug view log entries, and the last header I see in my 
browser.

Most of my efforts have been directed at the Handler Mapping settings in 
IIS. Any knowledge of differences in IIS 10, or other areas to explore 
would be appreciated.

Thanks,
John


[3960] [CosignModule] GetHttpModule Thread id = 4908l
[3960] [CosignModule] CosignModule created.
[3960] [CosignModule] OnAuthenticateRequest() Thread id = 4908l
[3960] [CosignModule] New GetConfig()uration logics!
[3960] [CosignModule] Metapath = 
MACHINE/WEBROOT/APPHOST/COSIGNENABLED/COSIGN/VALID
[3960] [CosignModule] unprotected url
[3960] [CosignModule] execreqhandler: qs = 
cosign_service-0=sometokenvalueznolMc+7FoNk&https://service.upenn.edu/isccosign/index.html
[3960] [CosignModule] 
{*********************GetValidationConfig*********************}
[3960] [CosignModule] Metapath = 
MACHINE/WEBROOT/APPHOST/COSIGNENABLED/COSIGN/VALID
[3960] [CosignModule] NumFactors = 0
[3960] [CosignModule] {*********************GetValidationConfig 
Done****************}
[3960] [CosignModule] Regex is ^https://.*$
[3960] [CosignModule] CHECK'ing cookie
[3960] [CosignModule] CHECKing cookie, waiting for mutex.
[3960] [CosignModule] Obtained the mutex.
[3960] [CosignModule] connections.size() = 1
[3960] [CosignModule] CheckCookie iter 0
[3960] [CosignModule] >> CHECK cosign_service-0=nsometokenvalueolMc+7FoNk
[3960] [CosignModule] Decrypted 0 bytes as:
[3960] [CosignModule] cbBuffer is 0
[3960] [CosignModule] Decrypted 48 bytes as: 231 IP_ADDRESS princ 
UPENN.EDU
[3960] [CosignModule] << 231 IP_ADDRESS princ UPENN.EDU
[3960] [CosignModule] Server returned 2xx: 231 IP_ADDRESS princ UPENN.EDU
[3960] [CosignModule] Putting values into csi
[3960] [CosignModule] Cookie, user is logged in.
[3960] [CosignModule] Released the mutex.
[3960] [CosignModule] CosignModule destructed.


HTTP/1.1 302 Found
Date: Mon, 05 Oct 2015 20:22:16 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains
Set-Cookie: cosign=one-time-token; path=/; secure; httponly
Location: 
https://service.upenn.edu/cosign/valid?cosign_service0=one-time-token&https://service.upenn.edu/isccosign/index.html
Content-Length: 463
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1

------------------------------------------------------------------------------
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to