SSWConsulting / SSW.Rules.GPT

SSW RulesGPT - a bot using Blazor WASM & an ASP.NET Core backend, powered by the amazing OpenAI API
https://rulesgpt.ssw.com.au
20 stars 6 forks source link

👷Change from App Registration secret to OIDC #171

Open chrisschultzssw opened 3 weeks ago

chrisschultzssw commented 3 weeks ago

Cc: bradystroud

Hi team,

Pain

OIDC is better than secrets, and secrets expire once a year.

Suggested Solution

Change from a secret to OIDC/federated credential

More Information

https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure-openid-connect

Thanks!