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

OpenID Connect - support nonce parameter #252

Closed byewokko closed 1 year ago

byewokko commented 1 year ago

Describe the bug ID token MUST contain nonce parameter in the ID token if it was supplied in the authorize request (as prescribed in OpenID Connect Core 1.0). Currently the nonce parameter is ignored by Seacat Auth.