Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
Bitbucket does not expose configuration parameters for creating an OIDC provider. However, you can enable OIDC in Bitbucket Pipelines by setting the oidc: true option in your bitbucket-pipelines.yml file for specific steps. Additionally, you can customize the audience for the token, but other OIDC configurations (like token claims and expiration) must be managed on the resource server side (e.g., AWS or GCP).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.