Authorization: Token ... will be retained for v1 tokens. The new format Authorization: Bearer ... will be used for v2 tokens. 3. Introduce a configuration parameter to store versions peppers Introduce ...
I started own project with IdentityServer4 and .Net Core 3.0. Everything works good. I'm able to generate token and consume via other .Net Core Api. The problem occured when I trying to "consume" ...