Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancements/bugs #84

Open
gabrielsroka opened this issue Jul 17, 2023 · 3 comments
Open

enhancements/bugs #84

gabrielsroka opened this issue Jul 17, 2023 · 3 comments
Labels

Comments

@gabrielsroka
Copy link

gabrielsroka commented Jul 17, 2023

  1. add link from oidcdebugger.com to this GH repo so users can report Issues :)
  2. allow user to press Enter/Return to Send Request
  3. add docs (eg, for Okta, create app, assign user to app, copy Redirect URI to app, where to find Authorize URI/Client ID, etc)
  4. since state and nonce are initialized to random values, perhaps explain that, add a button allowing user to gen new random value
  5. why is Redirect URI editable? does it make sense to edit it? if so, why? (maybe it does...)
  6. if u click Back to make changes, sometimes 2 radio buttons are selected, and can't be unselected -- u have to refresh the page. i think the fix is to set the name=responseMode for all 3 radio buttons

image

@gabrielsroka gabrielsroka changed the title enhancements enhancements/bugs Jul 17, 2023
@nbarbettini
Copy link
Owner

3. add docs (eg, for Okta, create app, assign user to app, copy Redirect URI to app, where to find Authorize URI/Client ID, etc)

I don't envision adding provider-specific documentation to OIDC debugger, because there are so many providers and it will easily become a never-ending task to keep them up to date.

5. why is Redirect URI editable? does it make sense to edit it? if so, why? (maybe it does...)

Good question -- this tool can be used to create requests that don't necessarily point back to this tool. Maybe you want to test a request that ends up on your real app. The default case is coming back to the tool to see the request dump, but it can be used in other ways too.

@gabrielsroka
Copy link
Author

gabrielsroka commented Jul 18, 2023

  1. Update copyright date from 2018 to 2023 or provide some indication that tool is still being maintained
  2. Make more mobile friendly, borders are 0. It's unlikely to be used on mobile but it'll still look nicer

@gabrielsroka
Copy link
Author

  1. Add docs...

This guy was nice enough to do it
https://devforum.okta.com/t/get-an-access-token-manually-for-testing/1646/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants