Skip to content

[0.39.4] cookie_session not sending Cookie header to check endpoint #1000

Answered by vinckr
BradleyChatha asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @BradleyChatha
Apologies for the late answer! I hope you are not still stuck on this.
Based on the information provided, there are a few things you could check:

  1. Configuration of Ory Oathkeeper: Ensure that your Ory Oathkeeper configuration is correct. The access_rules, authenticators, authorizers, and mutators should be properly set up. For example, the cookie_session authenticator should be enabled and correctly configured to point to Ory Kratos' /sessions/whoami API. Here is an example of how it should look like:

    
    authenticators:  
     cookie_session:  
     enabled: true  
     config:  
     check_session_url: http://kratos:4433/sessions/whoami  
     preserve_path: true  
     extra_from: "@this"  …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BradleyChatha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants