diff --git a/interop/authzen-interop-website/docs/scenarios/todo-1.1/results/axiomatics.md b/interop/authzen-interop-website/docs/scenarios/todo-1.1/results/axiomatics.md new file mode 100644 index 0000000..8e4f3d8 --- /dev/null +++ b/interop/authzen-interop-website/docs/scenarios/todo-1.1/results/axiomatics.md @@ -0,0 +1,1075 @@ +--- +sidebar_position: 11 +--- + +# Axiomatics + +Interop results for the [Axiomatics](https://www.axiomatics.com/) implementation hosted at https://pdp.alfa.guide. + +## Test results + +```bash +yarn test https://pdp.alfa.guide 1.1-preview markdown +yarn run v1.22.22 +$ node build/test/runner.js https://pdp.alfa.guide 1.1-preview markdown +``` +
result | +request | +
---|---|
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "rick@the-citadel.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_todos" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_create_todo" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "morty@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "morty@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "morty@the-citadel.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_todos" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_create_todo" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "morty@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "morty@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "summer@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_todos" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_create_todo" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "summer@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDI2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "summer@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_todos" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_create_todo" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "beth@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDM2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "beth@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "beth@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_user" + }, + "resource": { + "type": "user", + "id": "jerry@the-smiths.com" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_read_todos" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_create_todo" + }, + "resource": { + "type": "todo", + "id": "todo-1" + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "jerry@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_delete_todo" + }, + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "jerry@the-smiths.com" + } + } +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDA2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "evaluations": [ + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } + }, + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "jerry@the-smiths.com" + } + } + } + ] +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDE2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "evaluations": [ + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } + }, + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "morty@the-citadel.com" + } + } + } + ] +} +``` + + | +
PASS | ++ +```js +{ + "subject": { + "type": "user", + "id": "CiRmZDQ2MTRkMy1jMzlhLTQ3ODEtYjdiZC04Yjk2ZjVhNTEwMGQSBWxvY2Fs" + }, + "action": { + "name": "can_update_todo" + }, + "evaluations": [ + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "rick@the-citadel.com" + } + } + }, + { + "resource": { + "type": "todo", + "id": "7240d0db-8ff0-41ec-98b2-34a096273b9f", + "properties": { + "ownerID": "jerry@the-smiths.com" + } + } + } + ] +} +``` + + | +