Re: [cas-user] ERROR CAS 6.1 SAML IDP GOOGLE

2023-07-27 Thread Ray Bon
What Richard said. Ray On Thu, 2023-07-27 at 09:45 -0500, 'Richard Frovarp' via CAS Community wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Typically the helpful bit in a long stack like this

Re: [cas-user] ERROR CAS 6.1 SAML IDP GOOGLE

2023-07-27 Thread Ray Bon
Muhammad, Your config has entity-id=https://cas.example.com/idp but it looks like cas is trying to create the certificate with login.unila.ac.id/cas I am not sure why it insists on a protocol, should not matter for a self signed cert. You could also make sure your cas.server.name has a

Re: [cas-user] ERROR CAS 6.1 SAML IDP GOOGLE

2023-07-27 Thread 'Richard Frovarp' via CAS Community
Typically the helpful bit in a long stack like this is at the end Error:     Caused by: java.net.MalformedURLException: no protocol: login.unila.ac.id/cas         at java.base/java.net.URL.(URL.java:627)         at java.base/java.net.URL.(URL.java:523)         at

[cas-user] ERROR CAS 6.1 SAML IDP GOOGLE

2023-07-27 Thread Muhammad Ikhsan
i have an error implementing cas 6.1 as saml idp for google. please help me to tell what should i do Config: cas.authn.saml-idp.entity-id=https://cas.example.com/idp Build.gradle: // Other CAS dependencies/modules may be listed here... implementation