aspnet-contrib / AspNet.Security.OAuth.Providers

OAuth 2.0 social authentication providers for ASP.NET Core
Apache License 2.0
2.34k stars 533 forks source link

Updating the Apple Sign in docs. Undocumented needed setting. #826

Open fgauna12 opened 4 months ago

fgauna12 commented 4 months ago

Updated the docs in the Apple ID sign in.

I was getting an exception that ClientSecret was required.

After diving through the code, I found the hack that bypasses the need for ClientSecret when using a Key.

GenerateClientSecret defaults to false.

martincostello commented 4 months ago

Thanks for the changes.

It might make more sense to put the setting next to setting the key like in this code here so it's clearer they're related.