TripAdvisor Developer ID

Via this app you can request a Developer ID for use in workload identity federation. The Develper ID issued by this app is an OIDC identity token, and its claims are issued based on your corporate directory account.

You can use the Developer ID as your development workload's identity, and interact with services that support workload identity federation. More specifically, you can use the Developer ID with the oidc-client, by storing the Developer ID token in a file (e.g., a file named token.jwt) and update the LOCAL_TOKEN_FILE property to point to the path of the file. To learn more about workload identity federation, visit this tripdocs page.

To request a Developer ID, first you need to authenticate with your Azure account.