-
Updated
Apr 29, 2020
identity
Here are 743 public repositories matching this topic...
#4353
-
Updated
Jun 3, 2020 - Ruby
The API endpoint should generate an anchored block out of transactions in the mempool. It should only be available to a whitelist of addresses, since it's an expensive (and sensitive!) operation.
Describe the feature
Ideally the documentation should mention all the datastore models required by the OpenID Connect flows. The current documentation has this section for OAuth2.0 (https://oauthlib.readthedocs.io/en/latest/oauth2/server.html#create-your-datastore-models) but it is missing for OIDC.
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.
cc @jcnelson from this forum post.
There should be a setting added that allows the user to adjust the URL for the transaction broadcaster in regards to acquiring names. Should be fairly simple to implement unless it is tied within blockstack.js, in which case an issue would need to
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?
We should add configuration excerpts with their file names to the quickstart guide. Take a look at the oathkeeper guide for ideas.
-
Updated
Jun 10, 2020 - Java
Add ADOPTERS.md
Add an ADOPTERS file that lists people who are using SPIFFE in interesting ways.
Cargo cult away here: https://github.com/linkerd/linkerd/blob/master/ADOPTERS.md
This is a requirement of CNCF Graduation down the line but it's better to get this done earlier imho, you never know who will come out of the wood work :)
Documentation
Ce serait bien d'avoir des fichiers readme.md pour documenter chaque projet.
Il y a beaucoup de projets mais nous ne sommes pas sûrs de ce que chacun fait.
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 scopeExpected behavior
AcquireTokenSilent should hit the cache
Actual behavior
refresh_token flow is used to get a new AT every time
Additional context/ Logs / Screenshots
-
Updated
Jun 4, 2020 - C#
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 10, 2020 - HTML
-
Updated
Jun 5, 2020 - TypeScript
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
-
Updated
Jun 10, 2020 - Python
-
Updated
Apr 30, 2020
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 ^^*
-
Updated
May 29, 2020 - Dart
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 =
Django doesn't guarantee a consistent ordering of models without an
explicit default ordering.
Rotating RSA keys requires a consistent ordering, because the first key in the set of keys is always used for signing. Should we add a default ordering?
See ht
Calling connect.requestDisclosure() results in a payload that looks like this:
{
"data": undefined
"id": "disclosureReq",
"res": {
"boxPub": undefined,
"did": "did:uport: 2ofYLA3MayP4cMnr6fVHEzpvyckkUMwaqZ3",
}
}
- Should
dataandres.boxPubbe undefined? If so, can we just omit them from the response? - It is my understanding that the
resshould be
-
Updated
Jun 8, 2020 - Jupyter Notebook
No recent javadoc
The javadoc at http://www.openstack4j.com/javadoc/ ist outdated (v 3.0.5) and if
I try to build it manually from the current source release (3.2.0) using mvn javadoc:javadoc
it fails producing ~100 errors.
Am I missing something?
List of errors, produced by running mvn javadoc:javadoc 2>&1 | grep error::
[errorlog.txt](https://github.com/ContainX/openstack4j/files/3642482/
-
Updated
Nov 3, 2018 - C#
Improve this page
Add a description, image, and links to the identity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the identity topic, visit your repo's landing page and select "manage topics."


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_countparameter into Hea