The Wayback Machine - https://web.archive.org/web/20200610103033/https://github.com/topics/identity
Skip to content
#

identity

Here are 743 public repositories matching this topic...

UkonnRa
UkonnRa commented Dec 18, 2019

Is your feature request related to a problem? Please describe.

When querying the Clients/Consent Sessions using pagination, ORY Hydra will only return results with some links, but not the total count of the items, which is useful to display in the frontend, you know, showing the total pages or something.

Describe the solution you'd like

Add the total_count parameter into Hea

pomerium
travisgroth
travisgroth commented Aug 14, 2019

Is your feature request related to a problem? Please describe.

As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.

Describe the solution you'd like

We should provide some sanity checking to prevent unintended timeout behavior.

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

vdenotaris
vdenotaris commented Oct 2, 2019

Man-in-the-Middle
commons-httpclient:commons-httpclient is a HttpClient component of the Apache HttpComponents project.

Affected versions of this package are vulnerable to Man-in-the-Middle (MitM). due to not verifing the requesting server's hostname agains existing domain names in the SSL Certificate. The AbstractVerifier does not properly verify that the server hostname matches a dom

changhao88
changhao88 commented Jun 18, 2018

I have a suggestion.
There are many buttons when we use Scatter. When we touch each buttons by using mouse, if shows the meaning of button before click, it would be convenient to know what each button does before we click it.
For example, when we touch (not click) a button by using mouse, it shows save, or close, etc.

Thanks for Scatter team ^^*

joashTheCoder
joashTheCoder commented May 1, 2020

in the Documentation it says that the connectionString will be specified in the OnConfiguring like so

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}

and i also followed the dataIsolation sample

this is inside setupDb()

var ti =

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.