You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Configure a Federated Identity Provider](https://docs.stackit.cloud/platform/access-and-identity/service-accounts/how-tos/manage-service-account-federations/#create-a-federated-identity-provider) and the required assertions to trust in.
142
+
143
+
2. Configure authentication using any of these methods:
144
+
145
+
**A. Code Configuration**
146
+
147
+
```go
148
+
// Using wokload identity federation flow
149
+
config.WithWorkloadIdentityFederationAuth()
150
+
// With the custom path for the external OIDC token
0 commit comments