crpeck / cas-overlay-docker

Docker compose setup to build & run Apereo CAS in Docker
16 stars 8 forks source link

Unable to connect with /cas/login #3

Closed drupol closed 5 years ago

drupol commented 5 years ago

Hi,

When trying to connect to /cas/login for authentication, I get this message:

The application you attempted to authenticate to is not authorized to use CAS. This usually indicates that the application is not registered with CAS, or its authorization policy defined in its registration record prevents it from leveraging CAS functionality, or it's malformed and unrecognized by CAS. Contact your CAS administrator to learn how you might register and integrate your application with CAS.

The URL of my client is: https://ecasclient/ and the CAS server is https://localhost:8443/cas

What can I do to fix this ?

crpeck commented 5 years ago

You need to define services, at this point, you are into generic CAS, have you looked at the CAS docs page https://apereo.github.io/cas/6.0.x/

On Tue, Oct 22, 2019 at 8:39 AM Pol Dellaiera notifications@github.com wrote:

Hi,

When trying to connect to /cas/login for authentication, I get this message:

The application you attempted to authenticate to is not authorized to use CAS. This usually indicates that the application is not registered with CAS, or its authorization policy defined in its registration record prevents it from leveraging CAS functionality, or it's malformed and unrecognized by CAS. Contact your CAS administrator to learn how you might register and integrate your application with CAS.

The URL of my client is: https://ecasclient/ and the CAS server is https://localhost:8443/cas

What can I do to fix this ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crpeck/cas-overlay-docker/issues/3?email_source=notifications&email_token=AAHOA7M6PGJXCZZNQ2JKVWTQP4NELA5CNFSM4JDRUKA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HTRKFIQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOA7PZUKO7APBHNAC7G5DQP4NELANCNFSM4JDRUKAQ .

drupol commented 5 years ago

Yes, i submitted a PR for that :)