Skip to content

Introspect URL 404 #197

Answered by aeneasr
mslauson asked this question in Q&A
Discussion options

You must be logged in to vote

The URL is https://nostalgic-hellman-wbxfu3eek6.projects.oryapis.com/admin/oauth2/introspect and you additionally have to send the Ory Personal Access Token to authorize that you are allowed to call the introspection endpoint:

curl --request POST \
  --url https://nostalgic-hellman-wbxfu3eek6.projects.oryapis.com/admin/oauth2/introspect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Authorization: bearer $YOUR_ORY_PAT' \
  --cookie __cflb=0pg1QEow9GVhuK6QwigrgVehiscKSXwG29A3B8nX \
  --data token=ory_at_NHvHDwknqWi0jYx2xg20LzRsoibHVgX4t6WFCue7avY.yzIzPsp43CzUXgmLQgx0drS1nUttPOqR8sojK6fOqVo\
  --data client_id=redacted \
  --data client_secret=redacted

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants