Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

SimpleGrantedAuthority Local Class Incompatible Spring Boot Security Oauth #1931

Open
kunaldeshkar opened this issue Jul 19, 2021 · 0 comments

Comments

@kunaldeshkar
Copy link

Summary

Caused by: java.io.InvalidClassException: org.springframework.security.core.authority.SimpleGrantedAuthority; local class incompatible: stream classdesc serialVersionUID = 530, local class serialVersionUID = 520

Actual Behavior

When we are generating token for the first time its not getting generated and if try next time onwards it generates token

Expected Behavior

It should generate the token from the first call itself.

Configuration

Version

Spring Boot version 2.2.2.RELEASE

Sample

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants