openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.48k stars 528 forks source link

Update the application discriminator and instance identifier generation logic to produce shorter pipe names #2123

Closed kevinchalet closed 5 months ago

kevinchalet commented 5 months ago

Fixes https://github.com/openiddict/openiddict-core/issues/2119.

E.g of a pipe name generated using the new logic: /var/folders/5j/jjxtct5j1gvg35z6sdh2fz0w0000gn/T/CoreFxPipe_WkMB0JKUKkejt5_mwanYmQ\ISmH9aR7VHwuiqeS (99 ASCII characters).

Note: it's technically a - potentially breaking - behavior change so it will need to be clearly identified in the release notes.