Questions tagged [oauth.tools]

For questions pertaining to OAuth.tools, a Web application that helps users learn about OAuth and OpenID Connect. Use this tag for questions related to the tool, but not OAuth and OpenID Connect in general.

OAuth.tools is a Web application that helps users learn about OAuth and OpenID Connect. It can integrate with any OAuth Authorization Server (AS) or OpenID Connect Provider (OP). It allows you to connect to many at the same time in various "environments". In these, you can also define your clients or Relying Parties (RP) that will be used to perform various flows. The flows supported include:

  • Token (e.g., decode, encode, introspect, refresh)
  • Web app, mobile & native app flows (e.g., code, implicit, hybrid, device flow)
  • API and back-end flows (e.g., client credentials, ROPC, user info, logout, etc.)

To get started, checkout this quick intro video.

This tag should be used when a question relates to this tool, such as:

  • How to perform one of the above flows using the tool
  • How to configure an Authorization Server or OpenID Connect Provider to work with the tool
  • To clarify some aspect of the tool that is confusing or unclear.

It should not be used to raise feature requests or provide feedback. That should be given to Curity, who develops the tool. It also should not be used if the question relates solely to OAuth or OpenID Connect; other, more precise, tags exist for such questions.

3 questions
0
votes
1 answer

How do I add my own OAuth server to OAuth.tools?

I am trying to add my server to OAuth.tools. I clicked the Environment button as described in the getting started video. I see a long list of input fields: Do I have to fill all these in myself?
Travis Spencer
  • 2,231
  • 16
  • 26
0
votes
1 answer

Does OAuth.tools provide any kind of API?

I am wondering if OAuth.tools provides any sort of API to control its functionality. Does it provide an API?
Travis Spencer
  • 2,231
  • 16
  • 26
0
votes
1 answer

How do I get tokens for a Google Web application using oauth.tools?

I would like to use OAuth.tools to get an access token, refresh token, and ID token for my Web application that I've setup in Google Identity Platform? I'm unsure how to configure OAuth.tools to communicate with Google's OAuth server, and there are…
Travis Spencer
  • 2,231
  • 16
  • 26