launchiamenterprise / keyrunner

KeyRunner: A secure, codeless VS Code extension for API testing & Designing. Features include data encryption at rest, sensitive data masking, and the innovative Playground for chaining API requests without coding
https://keyrunner.app
MIT License
15 stars 1 forks source link

KeyRunner issue to report: OAuth redirect not accepted by identity provider #45

Closed Mayo-API-Management closed 1 month ago

Mayo-API-Management commented 2 months ago

Is there any ability to edit the redirect/call uri sent by keyrunner (keyrunner://). We've run into some identity providers that seem to require an http:// or https:// address and will not allow keyrunner:// to be entered as a valid redirect uri on the app.

launchiamenterprise commented 2 months ago

@Mayo-API-Management To launch the app from a web interaction we need to use a custom protocol like keyrunner://. This serves as a unique identifier for the app and this is a standard approach for desktop applications. We’ll conduct some analysis and explore alternative solutions like using a localhost approach to handle the redirect. We’ll provide you with a detailed solution soon.

launchiamenterprise commented 1 month ago

@Mayo-API-Management OAuth redirect is now supported via the following endpoint: https://api.keyrunner.app/v1/oauthRedirect .

Please update to latest (V#1.0.69)