Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Not Found #9

Open
jams1077 opened this issue Mar 23, 2023 · 4 comments
Open

404 Not Found #9

jams1077 opened this issue Mar 23, 2023 · 4 comments

Comments

@jams1077
Copy link

Hi,

I installed the zm-sso extension like described in the README and configured the settings for OpenID, but when I access https:://server/service/extension/oidc/callback I get an 404 Not Found error.

On mailbox.log I found this:

2023-03-23 18:53:01,887 INFO  [main] [] extensions - Register saml sso handlers
2023-03-23 18:53:01,888 ERROR [main] [] extensions - com.zimbra.cs.extension.ExtensionException: No saml client found
2023-03-23 18:53:01,889 INFO  [main] [] extensions - Register cas sso handlers
2023-03-23 18:53:01,889 ERROR [main] [] extensions - com.zimbra.cs.extension.ExtensionException: No cas client found
2023-03-23 18:53:01,889 INFO  [main] [] extensions - Register oidc sso handlers
2023-03-23 18:53:01,890 ERROR [main] [] extensions - com.zimbra.cs.extension.ExtensionException: No oidc client found

It doesn't seem the like the pac4j extensions are loading. Can anyone help with this?

@slaiem
Copy link

slaiem commented Mar 27, 2023

Can i ask you, When you run the following command "make rpmbuild" did you get the "zm-sso-1.0.0-1.el7.noarch.rpm" file?

@jams1077
Copy link
Author

@slaiem No I am running on Ubuntu 20.04

@slaiem
Copy link

slaiem commented Mar 27, 2023

on ubuntu no need to run it or what ? can you explain more !

@jams1077
Copy link
Author

Ubuntu and other Debian distros are not compatible with RPM packages. RPM packages are used to install software on Redhat based distros, like CentOS, Rocky Linux, Fedora, etc.

According to the instructions, building the Jar files using Maven/Ant and moving them to their respective directories should work when not using the RPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants