Commit graph

3 commits

Author SHA1 Message Date
Tim Möhlmann
bb266aac4b cleanup unused code 2023-03-07 17:44:10 +02:00
Tim Möhlmann
d41f4b5d21 add unit tests for oidc.Userinfo
- Add get methods for Address fields to handle nil pointers as we used to
2023-03-02 17:35:06 +02:00
Tim Möhlmann
72a108a33b add unit tests for oidc.IntrospectionResponse
- Changed UserInfoAddress to pointer in UserInfo and
IntrospectionResponse.
This was needed to make omitempty work correctly.

- Copy or merge maps in IntrospectionResponse GetUserInfo
and SetUserInfo
2023-03-02 16:46:08 +02:00