{"info":{"_postman_id":"139bc1d2-e8f4-dfb5-50ba-156240f02ba2","name":"API Access Management (Okta API)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3967924","collectionId":"139bc1d2-e8f4-dfb5-50ba-156240f02ba2","publishedId":"RW1Yq1C8","public":true,"customColor":null,"publishDate":"2018-04-25T12:19:06.000Z"},"item":[{"name":"Authorization Server Operations","item":[{"name":"List Authorization Servers","id":"10607014-a2d4-b44a-006d-0982f6473cc5","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers","urlObject":{"path":["api","v1","authorizationServers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10607014-a2d4-b44a-006d-0982f6473cc5"},{"name":"Create Authorization Server","id":"b97ee831-662a-9511-4154-4632b18dcac7","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Authorization Server\",\n    \"description\": \"Authorization Server Description\",\n    \"audiences\": [\n      \"https://api.resource.com\"\n    ]\n}"},"url":"{{url}}/api/v1/authorizationServers","urlObject":{"path":["api","v1","authorizationServers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b97ee831-662a-9511-4154-4632b18dcac7"},{"name":"Get Authorization Server","id":"17449ced-cf56-70a7-7222-b7da61a82e86","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17449ced-cf56-70a7-7222-b7da61a82e86"},{"name":"Update Authorization Server","id":"626b7047-f71a-706e-f7f6-49813e45fbc5","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Authorization Server\",\n    \"description\": \"Authorization Server Description\",\n    \"audiences\": [\n      \"https://api.resource.com\"\n    ]\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"626b7047-f71a-706e-f7f6-49813e45fbc5"},{"name":"Delete Authorization Server","id":"041f68a1-17e8-ece9-e310-0d0b91c4aceb","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"041f68a1-17e8-ece9-e310-0d0b91c4aceb"},{"name":"Activate Authorization Server","id":"52eff9ff-2b1f-e806-2266-0e30e008dc9f","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/lifecycle/activate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52eff9ff-2b1f-e806-2266-0e30e008dc9f"},{"name":"Deactivate Authorization Server","id":"42efd48b-14cf-bb03-f372-6abcc5b587f2","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/lifecycle/deactivate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","lifecycle","deactivate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42efd48b-14cf-bb03-f372-6abcc5b587f2"}],"id":"0f241998-0834-7e84-023e-463616276dfa","_postman_id":"0f241998-0834-7e84-023e-463616276dfa","description":""},{"name":"Credentials Operations","item":[{"name":"List Keys","id":"75bbdaa6-011b-4e29-54c6-5fab7bf8088a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/credentials/keys","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","credentials","keys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75bbdaa6-011b-4e29-54c6-5fab7bf8088a"},{"name":"Get Key","id":"73672bbe-33b7-72cd-5f19-1fa765c3b104","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/credentials/keys/{{keyId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","credentials","keys","{{keyId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73672bbe-33b7-72cd-5f19-1fa765c3b104"},{"name":"Rotate Keys","id":"6fdf54bf-5dab-a9ef-8f34-002f8dd9b060","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"use\": \"sig\"\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/credentials/lifecycle/keyRotate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","credentials","lifecycle","keyRotate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fdf54bf-5dab-a9ef-8f34-002f8dd9b060"}],"id":"667b556c-55ac-fc49-28ca-29a1ed9161bc","_postman_id":"667b556c-55ac-fc49-28ca-29a1ed9161bc","description":""},{"name":"OAuth2 Claim Operations","item":[{"name":"List OAuth2 Claims","id":"bec633c5-3c38-7a39-f11e-61bc9c6a7ce3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/claims","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","claims"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bec633c5-3c38-7a39-f11e-61bc9c6a7ce3"},{"name":"Create OAuth2 Claim","id":"e86d8d5e-5bc6-6323-e11a-34c2130ba122","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"carDriving\",\n\t\"status\": \"ACTIVE\",\n\t\"claimType\": \"RESOURCE\",\n\t\"valueType\": \"EXPRESSION\",\n\t\"value\": \"\\\"driving!\\\"\",\n\t\"conditions\": {\n\t\t\"scopes\": [\n\t\t\t\"car:drive\"\n\t\t]\n\t}\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/claims","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","claims"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e86d8d5e-5bc6-6323-e11a-34c2130ba122"},{"name":"Get OAuth2 Claim","id":"a492721a-a27f-b8bc-5653-5d5a8d4a7a0e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/claims/{{claimId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","claims","{{claimId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a492721a-a27f-b8bc-5653-5d5a8d4a7a0e"},{"name":"Update OAuth2 Claim","id":"66304b96-be8c-7bea-d38b-6cd118d7a4f0","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"carDriving\",\n\t\"status\": \"ACTIVE\",\n\t\"claimType\": \"RESOURCE\",\n\t\"valueType\": \"EXPRESSION\",\n\t\"value\": \"\\\"driving!\\\"\",\n\t\"conditions\": {\n\t\t\"scopes\": [\n\t\t\t\"car:drive\"\n\t\t]\n\t}\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/claims/{{claimId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","claims","{{claimId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66304b96-be8c-7bea-d38b-6cd118d7a4f0"},{"name":"Delete OAuth2 Claim","id":"a6a34fc3-0347-ef77-218f-63a3a22798ba","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/claims/{{claimId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","claims","{{claimId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6a34fc3-0347-ef77-218f-63a3a22798ba"}],"id":"515957ac-50e6-7469-b903-ffca0d6d6b15","_postman_id":"515957ac-50e6-7469-b903-ffca0d6d6b15","description":""},{"name":"OAuth2 Scope Operations","item":[{"name":"List OAuth2 Scopes","id":"1664d334-0a11-bea7-984a-8a4a30cb549a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/scopes","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","scopes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1664d334-0a11-bea7-984a-8a4a30cb549a"},{"name":"Create OAuth2 Scope","id":"2a986793-60bd-5d2f-8e8a-28d1cee32438","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"Drive car\",\n\t\"name\": \"car:drive\"\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/scopes","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","scopes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a986793-60bd-5d2f-8e8a-28d1cee32438"},{"name":"Get OAuth2 Scope","id":"ea4c7760-81e5-a1b8-23f5-b6692ac1eecc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/scopes/{{scopeId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","scopes","{{scopeId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea4c7760-81e5-a1b8-23f5-b6692ac1eecc"},{"name":"Update OAuth2 Scope","id":"b8b8d573-74f3-ad05-d8ef-2446c830f32e","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"Drive car\",\n\t\"name\": \"car:drive\"\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/scopes/{{scopeId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","scopes","{{scopeId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8b8d573-74f3-ad05-d8ef-2446c830f32e"},{"name":"Delete OAuth2 Scope","id":"7cb04d10-9b7b-f413-c706-f8564c050bd5","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/scopes/{{scopeId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","scopes","{{scopeId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb04d10-9b7b-f413-c706-f8564c050bd5"}],"id":"e5224e62-aa3f-b83d-8dcd-76171b93e228","_postman_id":"e5224e62-aa3f-b83d-8dcd-76171b93e228","description":""},{"name":"Resource Access Policy Operations","item":[{"name":"List Resource Access Policies","id":"169fea62-045e-658b-4514-42f3260421db","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"169fea62-045e-658b-4514-42f3260421db"},{"name":"Create Resource Access Policy","id":"e345c3c2-d115-3cf7-5751-6dcbc7e54def","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"OAUTH_AUTHORIZATION_POLICY\",\n\t\"status\": \"ACTIVE\",\n\t\"name\": \"Default Policy\",\n\t\"description\": \"Default policy description\",\n\t\"priority\": 1,\n\t\"conditions\": {\n\t\t\"clients\": {\n\t\t\t\"include\": [\n\t\t\t\t\"ALL_CLIENTS\"\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e345c3c2-d115-3cf7-5751-6dcbc7e54def"},{"name":"Get Resource Access Policy","id":"8d6c601b-e05f-0a63-5e6e-15a048b16f2e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d6c601b-e05f-0a63-5e6e-15a048b16f2e"},{"name":"Update Resource Access Policy","id":"07139a53-7dd3-7335-32ce-42a1e67c5b01","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"OAUTH_AUTHORIZATION_POLICY\",\n\t\"status\": \"ACTIVE\",\n\t\"name\": \"Default Policy\",\n\t\"description\": \"Default policy description\",\n\t\"priority\": 1,\n\t\"conditions\": {\n\t\t\"clients\": {\n\t\t\t\"include\": [\n\t\t\t\t\"ALL_CLIENTS\"\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07139a53-7dd3-7335-32ce-42a1e67c5b01"},{"name":"Delete Resource Access Policy","id":"b6d45ca4-8ee6-5f9c-d40d-fe4bf5870828","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d45ca4-8ee6-5f9c-d40d-fe4bf5870828"},{"name":"Activate Resource Access Policy","id":"2697be82-e669-1380-e0a1-ec6fdde8d031","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/lifecycle/activate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2697be82-e669-1380-e0a1-ec6fdde8d031"},{"name":"Deactivate Resource Access Policy","id":"4fa6f4af-f285-80e6-5680-7f705c33c7b0","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/lifecycle/deactivate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","lifecycle","deactivate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa6f4af-f285-80e6-5680-7f705c33c7b0"}],"id":"ef321a5d-0847-46df-fd64-2f839bd91f10","_postman_id":"ef321a5d-0847-46df-fd64-2f839bd91f10","description":""},{"name":"Resource Access Policy Rule Operations","item":[{"name":"List Resource Access Policy Rules","id":"254aba13-1408-0222-578a-e20dc34a205f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"254aba13-1408-0222-578a-e20dc34a205f"},{"name":"Create Resource Access Policy Rule","id":"adc67320-d294-67e8-c7d8-a91870d9e726","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"RESOURCE_ACCESS\",\n    \"status\": \"ACTIVE\",\n    \"name\": \"Default Policy Rule\",\n    \"priority\": 1,\n    \"conditions\": {\n      \"people\": {\n        \"groups\": {\n          \"include\": [\n            \"EVERYONE\"\n          ]\n        }\n      },\n      \"grantTypes\": {\n        \"include\": [\n          \"implicit\",\n          \"client_credentials\",\n          \"authorization_code\",\n          \"password\"\n        ]\n      },\n      \"scopes\": {\n        \"include\": [\n          \"car:drive\"\n        ]\n      }\n    },\n    \"actions\": {\n      \"token\": {\n        \"accessTokenLifetimeMinutes\": 60,\n        \"refreshTokenLifetimeMinutes\": 0,\n        \"refreshTokenWindowMinutes\": 10080\n      }\n    }\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adc67320-d294-67e8-c7d8-a91870d9e726"},{"name":"Get Resource Access Policy Rule","id":"f345c784-1c47-077a-23a5-1b267e207bab","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules/{{ruleId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules","{{ruleId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f345c784-1c47-077a-23a5-1b267e207bab"},{"name":"Update Resource Access Policy Rule","id":"be254083-d9d6-5ae8-e481-4281020a7ab4","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"RESOURCE_ACCESS\",\n    \"status\": \"ACTIVE\",\n    \"name\": \"Default Policy Rule\",\n    \"priority\": 1,\n    \"conditions\": {\n      \"people\": {\n        \"groups\": {\n          \"include\": [\n            \"EVERYONE\"\n          ]\n        }\n      },\n      \"grantTypes\": {\n        \"include\": [\n          \"implicit\",\n          \"client_credentials\",\n          \"authorization_code\",\n          \"password\"\n        ]\n      },\n      \"scopes\": {\n        \"include\": [\n          \"car:drive\"\n        ]\n      }\n    },\n    \"actions\": {\n      \"token\": {\n        \"accessTokenLifetimeMinutes\": 60,\n        \"refreshTokenLifetimeMinutes\": 0,\n        \"refreshTokenWindowMinutes\": 10080\n      }\n    }\n}"},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules/{{ruleId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules","{{ruleId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be254083-d9d6-5ae8-e481-4281020a7ab4"},{"name":"Delete Resource Access Policy Rule","id":"d7819f79-ea9e-958b-f831-f1c83fabe055","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules/{{ruleId}}","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules","{{ruleId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7819f79-ea9e-958b-f831-f1c83fabe055"},{"name":"Activate Resource Access Policy Rule","id":"6cf02af1-8191-6a71-b5e0-ff005269ccb2","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules/{{ruleId}}/lifecycle/activate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules","{{ruleId}}","lifecycle","activate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cf02af1-8191-6a71-b5e0-ff005269ccb2"},{"name":"Deactivate Resource Access Policy Rule","id":"a5f0886c-93bf-6045-ad2c-c36c0c16dc35","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/authorizationServers/{{authorizationServerId}}/policies/{{policyId}}/rules/{{ruleId}}/lifecycle/deactivate","urlObject":{"path":["api","v1","authorizationServers","{{authorizationServerId}}","policies","{{policyId}}","rules","{{ruleId}}","lifecycle","deactivate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f0886c-93bf-6045-ad2c-c36c0c16dc35"}],"id":"85786f8c-6e77-c162-4c75-08dd00f7b699","_postman_id":"85786f8c-6e77-c162-4c75-08dd00f7b699","description":""},{"name":"Get OpenID Provider Metadata","id":"59f974e6-c7df-4d84-603e-54752510bca8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/oauth2/{{authorizationServerId}}/.well-known/openid-configuration?client_id={{clientId}}","urlObject":{"path":["oauth2","{{authorizationServerId}}",".well-known","openid-configuration"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"}],"variable":[]}},"response":[],"_postman_id":"59f974e6-c7df-4d84-603e-54752510bca8"},{"name":"Get OAuth2 Metadata","id":"e5e55c8e-0f39-bd80-4ab5-00e2090a70ea","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/oauth2/{{authorizationServerId}}/.well-known/oauth-authorization-server?client_id={{clientId}}","urlObject":{"path":["oauth2","{{authorizationServerId}}",".well-known","oauth-authorization-server"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"}],"variable":[]}},"response":[],"_postman_id":"e5e55c8e-0f39-bd80-4ab5-00e2090a70ea"},{"name":"Introspect Token","id":"7c6ed632-4087-e056-ad70-8a628d2c8944","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{accessToken}}","type":"text"},{"key":"token_type_hint","value":"access_token","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/introspect","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","introspect"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c6ed632-4087-e056-ad70-8a628d2c8944"},{"name":"Introspect Token with Client Secret JWT","id":"2d8b51a1-fb34-5f2a-2aeb-b81ccd69262a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{accessToken}}","type":"text"},{"key":"token_type_hint","value":"access_token","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/introspect","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","introspect"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8b51a1-fb34-5f2a-2aeb-b81ccd69262a"},{"name":"Revoke Token","id":"e077beb2-cc4a-5e4a-9226-8216a1d19057","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{accessToken}}","type":"text"},{"key":"token_type_hint","value":"access_token","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/revoke","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","revoke"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e077beb2-cc4a-5e4a-9226-8216a1d19057"},{"name":"Revoke Token with Client Secret JWT","id":"a5e75ee7-b736-0df0-ee43-989cc7bb4b2a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{accessToken}}","type":"text"},{"key":"token_type_hint","value":"access_token","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/revoke","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","revoke"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5e75ee7-b736-0df0-ee43-989cc7bb4b2a"},{"name":"Get UserInfo","id":"c56de92f-64c3-df95-dfe5-cce1353f3f3a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/userinfo","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","userinfo"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c56de92f-64c3-df95-dfe5-cce1353f3f3a"},{"name":"Get ID Token (Requires Inteceptor)","id":"e2bf9f6a-b215-9cc4-2f5e-dedfb62593df","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=id_token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=4b7a7a2a-7ca7-4773-98a3-c5419f73c8fb","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"id_token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"80a6f363-1801-4963-85b8-04a6dbe70cdb"}],"variable":[]}},"response":[],"_postman_id":"e2bf9f6a-b215-9cc4-2f5e-dedfb62593df"},{"name":"Get Access Token (Requires Inteceptor)","id":"c863d01b-6b5b-0b9a-67c0-23d3fe53c011","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=e3d6e852-a464-4cc7-9748-5f37419e8feb","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"fb9bb1cb-7f79-4e78-b80f-9ff24a292600"}],"variable":[]}},"response":[],"_postman_id":"c863d01b-6b5b-0b9a-67c0-23d3fe53c011"},{"name":"Get ID Token + Access Token (Requires Inteceptor)","id":"d6009cb4-ebba-77d2-5a0d-a9d301fc281f","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=id_token token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=0a7fc3aa-3e3c-4949-a87b-f9a26a14d594","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"id_token token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"97b09733-4f94-4012-a8b4-c93f266cc2ec"}],"variable":[]}},"response":[],"_postman_id":"d6009cb4-ebba-77d2-5a0d-a9d301fc281f"},{"name":"Get Authorization Code (Requires Inteceptor)","id":"2ad5b583-5256-1768-f742-a3534a176619","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code&response_mode=query&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=7360516c-74d7-4a39-be63-d257924cb47d","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code"},{"key":"response_mode","value":"query"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"b3275d34-c495-4f54-856b-433edf74fe6b"}],"variable":[]}},"response":[],"_postman_id":"2ad5b583-5256-1768-f742-a3534a176619"},{"name":"Get Authorization Code with PKCE  (Requires Inteceptor)","id":"26f7a4c5-0537-5914-fe03-7025d5c43db0","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code&response_mode=query&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=13a30116-bb20-4c16-98c4-393ec305691d&code_challenge_method=S256&code_challenge={{codeChallenge}}","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">const base64url = require('base64url');\nvar crypto = require('crypto');\ncrypto.createHash('sha256').update('at83hsVcajT5nfc2FVnKSxI6bsuU2Tq2aoVhEFhEO1A').digest();\nvar buffer = crypto.createHash('sha256').update('at83hsVcajT5nfc2FVnKSxI6bsuU2Tq2aoVhEFhEO1A').digest();\nbase64url.encode(buffer)\n</code></pre>\n","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code"},{"key":"response_mode","value":"query"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"507ecbc3-f387-48e7-9129-5ef477dbe671"},{"key":"code_challenge_method","value":"S256"},{"key":"code_challenge","value":"{{codeChallenge}}"}],"variable":[]}},"response":[],"_postman_id":"26f7a4c5-0537-5914-fe03-7025d5c43db0"},{"name":"Get Authorization Code + Access Token (Requires Inteceptor)","id":"ae8cc84b-ca3c-5f87-6510-faf4d1723172","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=0edd2f76-c78f-4500-9b9e-fb8381376d61","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"2c742c31-f9c6-473b-8405-8f30ec41f044"}],"variable":[]}},"response":[],"_postman_id":"ae8cc84b-ca3c-5f87-6510-faf4d1723172"},{"name":"Get Authorization Code + Access Token with PKCE (Requires Inteceptor)","id":"969c0f87-108c-c8c5-ce8d-498c1d0006d9","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=88732e95-9000-4ef7-b8d5-3589c2e71398&code_challenge_method=S256&code_challenge={{codeChallenge}}","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"a438c1c2-6da3-458d-81c8-91f524a8c543"},{"key":"code_challenge_method","value":"S256"},{"key":"code_challenge","value":"{{codeChallenge}}"}],"variable":[]}},"response":[],"_postman_id":"969c0f87-108c-c8c5-ce8d-498c1d0006d9"},{"name":"Get Authorization Code + ID Token (Requires Inteceptor)","id":"95027838-fe83-7b46-d8c7-b8bfd11e2a1e","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code id_token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=54f4932c-d063-49a7-9d01-590c26106eca","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code id_token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"889268d2-4779-49b7-b906-71d04bee0779"}],"variable":[]}},"response":[],"_postman_id":"95027838-fe83-7b46-d8c7-b8bfd11e2a1e"},{"name":"Get Authorization Code + ID Token with PKCE (Requires Inteceptor)","id":"53d3a005-9c96-0735-f444-ee0731aae230","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code id_token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=3b6bdb1e-b355-457d-8e32-39457233e37c&code_challenge_method=S256&code_challenge={{codeChallenge}}","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code id_token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"d2749c74-4faa-4fe9-b9a9-c20060e868d7"},{"key":"code_challenge_method","value":"S256"},{"key":"code_challenge","value":"{{codeChallenge}}"}],"variable":[]}},"response":[],"_postman_id":"53d3a005-9c96-0735-f444-ee0731aae230"},{"name":"Get Authorization Code + ID Token + Access Token (Requires Inteceptor)","id":"1fe449f2-d636-97d7-6189-128a1d3a5d73","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code token id_token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=b795726a-c598-4fdb-a6d0-d656ef125bda","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code token id_token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"fc87e50e-b301-4d3b-9450-cecc7e2b9da0"}],"variable":[]}},"response":[],"_postman_id":"1fe449f2-d636-97d7-6189-128a1d3a5d73"},{"name":"Get Authorization Code + ID Token + Access Token with PKCE (Requires Inteceptor)","id":"82b56fd8-7e74-0ec4-2321-1856decce734","request":{"method":"GET","header":[],"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/authorize?client_id={{clientId}}&response_type=code token id_token&response_mode=fragment&scope={{scopes}}&redirect_uri={{redirectUri}}&state={{state}}&nonce=c48577b8-d9af-4fdf-b0af-eb014f13cf48&code_challenge_method=S256&code_challenge={{codeChallenge}}","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","authorize"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{clientId}}"},{"key":"response_type","value":"code token id_token"},{"key":"response_mode","value":"fragment"},{"key":"scope","value":"{{scopes}}"},{"key":"redirect_uri","value":"{{redirectUri}}"},{"key":"state","value":"{{state}}"},{"key":"nonce","value":"3be0c2a0-6efa-49e9-ae36-2cd523e4ff0a"},{"key":"code_challenge_method","value":"S256"},{"key":"code_challenge","value":"{{codeChallenge}}"}],"variable":[]}},"response":[],"_postman_id":"82b56fd8-7e74-0ec4-2321-1856decce734"},{"name":"Get ID Token with Code","id":"efec6c3d-767f-75d9-9328-a06a60a76c60","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efec6c3d-767f-75d9-9328-a06a60a76c60"},{"name":"Get ID Token with Code and Client Secret JWT","id":"a563e14c-aab8-d963-ee19-82544415f419","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a563e14c-aab8-d963-ee19-82544415f419"},{"name":"Get ID Token with Code and PKCE","id":"6629e3f7-722b-82ce-7a02-f47253ee4ac1","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"client_id","value":"{{clientId}}","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"},{"key":"code_verifier","value":"{{codeVerifier}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6629e3f7-722b-82ce-7a02-f47253ee4ac1"},{"name":"Get Access Token with Code","id":"9f0a417d-7ee4-6a6a-f224-5f41ed40cdc6","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f0a417d-7ee4-6a6a-f224-5f41ed40cdc6"},{"name":"Get Access Token with Code and Client Secret JWT","id":"b9a6aeba-0d7f-815f-c1d1-bdc0b1056c30","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9a6aeba-0d7f-815f-c1d1-bdc0b1056c30"},{"name":"Get Access Token with Code and PKCE","id":"d12a446d-67cf-f5a6-eb2c-bc45d72cc82f","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"client_id","value":"{{clientId}}","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"code","value":"{{authorizationCode}}","type":"text"},{"key":"code_verifier","value":"{{codeVerifier}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d12a446d-67cf-f5a6-eb2c-bc45d72cc82f"},{"name":"Get Access Token with Refresh Token","id":"4cabc488-965f-93e9-e90e-53f52d65887f","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"},{"key":"refresh_token","value":"{{refreshToken}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cabc488-965f-93e9-e90e-53f52d65887f"},{"name":"Get Access Token with Refresh Token and Client Secret JWT","id":"66efd89c-8947-cd3e-b661-5201dbd3dad7","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"},{"key":"refresh_token","value":"{{refreshToken}}","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66efd89c-8947-cd3e-b661-5201dbd3dad7"},{"name":"Get Access Token with Resource Owner Password Credentials","id":"edae8f18-09df-25f8-9edb-c437bbbb72ee","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edae8f18-09df-25f8-9edb-c437bbbb72ee"},{"name":"Get Access Token with Resource Owner Password Credentials and Client Secret JWT","id":"c1eb3f08-dc9d-876f-6025-640985177f37","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1eb3f08-dc9d-876f-6025-640985177f37"},{"name":"Get Access Token with Client Credentials","id":"7ba2b94e-a58d-bb21-89a6-08647fc8b051","request":{"auth":{"type":"basic","basic":{"username":"{{clientId}}","password":"{{clientSecret}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ba2b94e-a58d-bb21-89a6-08647fc8b051"},{"name":"Get Access Token with Client Credentials and Client Secret JWT","id":"7f739257-4b9f-cf10-2bb5-7fc9ae39d9e5","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"redirect_uri","value":"{{redirectUri}}","type":"text"},{"key":"scope","value":"{{scopes}}","type":"text"},{"key":"client_assertion_type","value":"urn:ietf:params:oauth:client-assertion-type:jwt-bearer","type":"text"},{"key":"client_assertion","value":"{{clientSecretJwt}}","type":"text"}]},"url":"{{url}}/oauth2/{{authorizationServerId}}/v1/token","urlObject":{"path":["oauth2","{{authorizationServerId}}","v1","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f739257-4b9f-cf10-2bb5-7fc9ae39d9e5"}]}