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

SAML login with authentik throws Bad Request #394

Open
muellpanda opened this issue Jun 19, 2023 · 1 comment
Open

SAML login with authentik throws Bad Request #394

muellpanda opened this issue Jun 19, 2023 · 1 comment
Assignees
Labels

Comments

@muellpanda
Copy link

I tried to setup jorani with authentik as SAML provider.
However, i always get the following result when accessing jorani (via the jorani-base-url) and am unable to get past it:
image

The behaviour is different, when opening jorani from within authentik - then it submits a POST request to jorani, but stops at https://<jorani-base-url>/api/acs and displays a blank page.

Is jorani possibly incompatible with authentik?
The authentik version is 2023.5.

What is the version of Jorani?

1.0.2

Expected behavior

The login procedure via SAML works.

Actual behavior

Login does not work, i always end up with authentik complaining The SAML request payload is missing..
Behind the scenes the login-functions themselves seem to do something, as the amount of successful Authorizations increases each time (seen in authentik).

Steps to reproduce the behavior

  • Setup jorani in authentik (set ACS URL, Issuer URL, Service Provider Binding to POST, set Signing Certificate, set no Verification Certificate)
  • Setup saml in jorani (entityId, signon/signout urls and certificate as provided by authentik)
@bbalet
Copy link
Owner

bbalet commented Jun 19, 2023

Never heard of Authentik. I've tested with Auth0, Azure, Google, and AWS. SAML is a standard so it should work everywhere.
You should check the logs on both sides.

@bbalet bbalet self-assigned this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants