Skip to content
#

identity

Here are 757 public repositories matching this topic...

OAuth2 Server and OpenID Certified™ OpenID Connect Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language.

  • Updated Jul 17, 2020
  • Go
IdentityServer4
guillaumeTactics
guillaumeTactics commented Apr 9, 2020

I use IdentityServer (v2.5.3) and recently went from code-defined clients to appSettings-defined (see http://docs.identityserver.io/en/3.1.0/topics/clients.html)

In the process I made the mistake of translating AllowedGrantTypes = GrantTypes.ClientCredentials into "AllowedGrantTypes": [ "ClientCredentials" ] when the correct value is "client_credentials".

I noticed that:

  • The error
kostin-softgrad
kostin-softgrad commented Dec 19, 2017

I wrote the server part
io.on('connection', socketioJwt.authorize({ secret: jwtsecret, timeout: 15000 })).on('authenticated', function (socket) { console.log('Connected: ' + socket.decoded_token.id + ' ' + socket.decoded_token.displayName); });

But I can not connect with android
Can you please tell me how to do this, can have a sample code?

bgavrilMS
bgavrilMS commented Apr 3, 2020

Which Version of MSAL are you using ?
4.10

Platform
all

Repro

AcquireTokenInteractive with scope "User.Read" or with no scopes
AcquireTokenSilent with the same scope

Expected behavior
AcquireTokenSilent should hit the cache

Actual behavior
refresh_token flow is used to get a new AT every time

Additional context/ Logs / Screenshots

Improve this page

Add a description, image, and links to the identity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.