Skip to content

Changed the client id environment variable#835

Open
dbrewster wants to merge 2 commits intomainfrom
dlb/gen-demo
Open

Changed the client id environment variable#835
dbrewster wants to merge 2 commits intomainfrom
dlb/gen-demo

Conversation

@dbrewster
Copy link
Copy Markdown
Collaborator

No description provided.


class AzureJWTProcessorSpec(BaseModel):
client_id: str = Field(
os.environ.get("AZURE_CLIENT_ID") or os.environ.get("AZURE_AD_CLIENT_ID"),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean to do this? I don't think this is what azure uses by default

https://learn.microsoft.com/en-us/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants