spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Add getters to `OAuth2AuthorizedClientId`

Open ch4mpy opened this issue 2 years ago • 1 comments

The current implementation of OAuth2AuthorizedClientId is enough to compare IDs, but I have a use case where I retrieve some if this IDs and need to access the registration ID, which is not possible right now.

ch4mpy avatar Aug 14 '23 16:08 ch4mpy

@jzheaux finally done

ch4mpy avatar Feb 27 '24 13:02 ch4mpy

Thanks @ch4mpy! This is now merged as b69939c1e55c9dd477e55e91f6d783ae720c18ec with polish commit 05d3beb6a845712a10a405655170007340ce2cc0.

sjohnr avatar Apr 18 '24 21:04 sjohnr