DEV Community

Vimal
Vimal

Posted on

Oidc routes

POST /oidc/token/introspection

Headers:
Content-Type: application/x-www-form-urlencoded
Authorization: Basic YXBwOmFfc2VjcmV0

Body:
token=xplcyd_0e6sZxWQmkg7bc9rPOCFeWcQCOH2t_nDoh9-

http://localhost:3000/oidc/auth
?client_id=oidc_client
&response_type=code
&response_mode=query
&redirect_uri=http://localhost:3001/cb
&code_challenge=nqWxOqTBUa9iu9G5pL6LWChLS5TYEcyhwWbbQlj79ZU
&code_challenge_method=S256
&scope=openid

POST /oidc/token

Headers:
Content-Type: application/x-www-form-urlencoded
Authorization: Basic YXBwOmFfc2VjcmV0

Body:
grant_type=client_credentials
&resource=urn:api
&scope=read

Top comments (1)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hey friend, nice post! 👋

You might want to double-check your formatting in this post, it looks like some things didn't come out as you intended. Here's a formatting guide in case you need some help troubleshooting. Best of luck and thanks again for sharing this post!