{
	"info": {
		"_postman_id": "609b672f-ef7e-41de-84a2-57778a6197fe",
		"name": "Not Signed PAR",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "23021643",
		"_collection_link": "https://raidiamgitlab.postman.co/workspace/Raidiam~6123c689-e89b-46a7-8ebd-e36b0a9bf87c/collection/23021643-609b672f-ef7e-41de-84a2-57778a6197fe?action=share&source=collection_link&creator=23021643"
	},
	"item": [
		{
			"name": "Call PAR endpoint",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "response_type",
							"value": "code",
							"type": "text"
						},
						{
							"key": "client_id",
							"value": "4674878c-0653-4348-875a-4e99eef993c5",
							"type": "text"
						},
						{
							"key": "scope",
							"value": "directory:website",
							"type": "text"
						},
						{
							"key": "redirect_uri",
							"value": "https://www.example.com",
							"type": "text"
						},
						{
							"key": "state",
							"value": "xyaaaABC124",
							"type": "text"
						},
						{
							"key": "code_challenge_method",
							"value": "S256",
							"type": "text"
						},
						{
							"key": "code_challenge",
							"value": "hipQWZjoA3IpM4ztWKbQwNn_qF3Yx9Tv5s_0iDpQVlw",
							"type": "text"
						},
						{
							"key": "response_mode",
							"value": "query.jwt",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://matls-auth.sandbox.raidiam.io/request",
					"protocol": "https",
					"host": [
						"matls-auth",
						"sandbox",
						"raidiam",
						"io"
					],
					"path": [
						"request"
					]
				}
			},
			"response": []
		},
		{
			"name": "Call auth endpoint",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://auth.sandbox.raidiam.io/auth?request_uri=urn:ietf:params:oauth:request_uri:j4_aFyiX1HyyNDQINJaF7&client_id=4674878c-0653-4348-875a-4e99eef993c5",
					"protocol": "https",
					"host": [
						"auth",
						"sandbox",
						"raidiam",
						"io"
					],
					"path": [
						"auth"
					],
					"query": [
						{
							"key": "request_uri",
							"value": "urn:ietf:params:oauth:request_uri:j4_aFyiX1HyyNDQINJaF7"
						},
						{
							"key": "client_id",
							"value": "4674878c-0653-4348-875a-4e99eef993c5"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Call token endpoint",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "grant_type",
							"value": "authorization_code",
							"type": "text"
						},
						{
							"key": "client_id",
							"value": "4674878c-0653-4348-875a-4e99eef993c5",
							"type": "text"
						},
						{
							"key": "code",
							"value": "kRmUnYh9rdmf2DxyOLyRTwCjd3uSk6uHmkmioi_98k6",
							"type": "text"
						},
						{
							"key": "redirect_uri",
							"value": "https://www.example.com",
							"type": "text"
						},
						{
							"key": "code_verifier",
							"value": "j03x_D6V86crlIftpUgUUSQoxaTfdt2nfWaHIJpwZEQ",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://matls-auth.sandbox.raidiam.io/token",
					"protocol": "https",
					"host": [
						"matls-auth",
						"sandbox",
						"raidiam",
						"io"
					],
					"path": [
						"token"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "addTokenTo",
				"value": "queryParams",
				"type": "string"
			},
			{
				"key": "authRequestParams",
				"value": [
					{
						"key": "response_mode",
						"value": "query.jwt",
						"enabled": true,
						"send_as": "request_url"
					}
				],
				"type": "any"
			},
			{
				"key": "redirect_uri",
				"value": "https://www.raidiam.com",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "https://matls-auth.demo.raidiam.io/token",
				"type": "string"
			},
			{
				"key": "authUrl",
				"value": "https://auth.demo.raidiam.io/auth",
				"type": "string"
			},
			{
				"key": "state",
				"value": "xyaaaABC124",
				"type": "string"
			},
			{
				"key": "scope",
				"value": "directory:website",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "4674878c-0653-4348-875a-4e99eef993c5",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "authorization_code_with_pkce",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "body",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "Token OPF SB",
			"value": "JkY6OaFctxqfp0SO0szgw9PWuHrRUMfTeG2ARr1q3x2"
		}
	]
}