Unicon / shib-cas-authn3

Integrates an external CAS Server and Shibboleth IdPv3.
Apache License 2.0
22 stars 16 forks source link

Windows Jetty HTTP ERROR 404 /idp/Authn/ExtCas #24

Closed 0b01 closed 7 years ago

0b01 commented 7 years ago

Hello, I followed everything on README but when navigating to /idp/Authn/ExtCas

It shows:

HTTP ERROR 404

Problem accessing /idp/Authn/ExtCas. Reason:

    Not Found
Powered by Jetty:// 9.3.9.v20160517

idp.properties:

# Regular expression matching login flows to enable, e.g. IPAddress|Password
idp.authn.flows= Shibcas

# CAS Client properties (usage loosely matches that of the Java CAS Client)
## CAS Server Properties
shibcas.casServerUrlPrefix = https://idp.nxtstp.com:8443/cas
shibcas.casServerLoginUrl = https://idp.nxtstp.com:8443/cas/login

## Shibboleth Server Properties
shibcas.serverName = https://idp.nxtstp.com:1443/idp
jtgasper3 commented 7 years ago

Check the web.xml changes. You may need those.

On Apr 27, 2017, at 1:55 PM, Ricky Han notifications@github.com wrote:

Hello, I followed everything on README but when navigating to /idp/Authn/ExtCas

It shows:

HTTP ERROR 404

Problem accessing /idp/Authn/ExtCas. Reason:

Not Found

Powered by Jetty:// 9.3.9.v20160517 idp.properties:

Regular expression matching login flows to enable, e.g. IPAddress|Password

idp.authn.flows= Shibcas

CAS Client properties (usage loosely matches that of the Java CAS Client)

CAS Server Properties

shibcas.casServerUrlPrefix = https://idp.nxtstp.com:8443/cas shibcas.casServerLoginUrl = https://idp.nxtstp.com:8443/cas/login

Shibboleth Server Properties

shibcas.serverName = https://idp.nxtstp.com:1443/idp — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

This email has been scanned for spam and viruses by Proofpoint Essentials. Click here to report this email as spam.