Hello team
I have an use case that need to verify the OIDC step Bitbucket token. I want to create a Restful API endpoint that accept the bitbucket oidc token in headers and then process it. If the token is verified we will then continue the process.
So my question is how I can verified an OIDC token. Bitbucket have doc about how to integrate with AWS or GCP but I don't know how to do it by ourself