atoy40 / meteor-accounts-cas

CAS authentication integration with Meteor JS
20 stars 15 forks source link

Error "unsupported request". #10

Closed anrizal closed 7 years ago

anrizal commented 7 years ago

==================== update

I found the solutions

It turned out that our cas server limit the connection from certain domain pattern. The fix was just adjusting the domain and the port where the meteor application is running

======================

Hello,

I got the following error when I try to access

https://idpv3.mydomain.tld/idp/profile/cas/

it says that

unsupported request
The application you have accessed is not registered for use with this service

Is there other package suitable to this ? I assume I should use idp saml2 package

thank you