TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 7 forks source link

Add 'id_token_signing_alg_values_supported' to OIDP discovery endpoint response #260

Closed filipmelik closed 11 months ago

filipmelik commented 11 months ago

Context: According to OIDP Discovery documentation, the discovery endpoint must also return id_token_signing_alg_values_supported field.

When using for example client library for OIDP authentication (AppAuth) configured so that it use the discovery document, the client library refuses to read the discovery document because current implementation does not follow the OIDP Discovery specification. This PR fixes that.