gentle-bird-90474
05/14/2022, 7:06 AMid_token
mutator. I’ve followed up on this thread https://ory-community.slack.com/archives/C01340V8KSM/p1641475222006200, posting it here too to increase visibility in hope for some help 🙂magnificent-energy-493
damp-sunset-69236
05/16/2022, 11:24 AMgentle-bird-90474
05/17/2022, 1:22 PMcookie_session
(for Browser clients) and bearer_token
(for Mobile apps) and anonymous
(both clients, unauthenticated) for Oathkeeper authenticators
.
I’d like to have NO JWT token generated in the anonymous case.damp-sunset-69236
05/17/2022, 1:52 PMgentle-bird-90474
05/17/2022, 2:55 PMdamp-sunset-69236
05/18/2022, 8:29 AMaccess-rules.yml
? Consider removing sensitive data 🙂gentle-bird-90474
05/18/2022, 8:38 AM- id: myrule
version: v0.38.25-beta.1
upstream:
url: <http://host.docker.internal:8000/>
match:
url: http://<127.0.0.1|localhost>:4455/<.*>
methods:
- GET
- HEAD
- POST
- PUT
- DELETE
- OPTIONS
- CONNECT
- TRACE
- PATCH
authenticators:
- handler: cookie_session
- handler: bearer_token
- handler: anonymous
authorizer:
handler: allow
mutators:
- handler: id_token
- handler: header
This is taken from my local docker-compose setup, haven’t done the deployment configuration yet but that should be similar.