oidc
Here are 362 public repositories matching this topic...
In our gRPC handlers in api.go, we return errors.New("bad something") in a few places. For the callers, it would be more informative if those errors were "proper" gRPC errors, i.e. contained status codes.
See [the docs of google.golang.org/grpc/codes for available codes and their meanings](https:/
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.
authlib contains pretty much all you need to implement JWT token validation. It would be nice if there was a simple default one provided. I'm not sure how many moving parts it would have. If no single validator would cover 80% of cases, maybe provide more docs on how to assemble one.
@lepture If you have a general idea of how you would like to see this implemented I would probably be able to do
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
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.
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Jul 3, 2020 - Go
-
Updated
Jul 3, 2020 - Java
-
Updated
Jun 16, 2020 - TypeScript
-
Updated
May 28, 2020
-
Updated
Jul 3, 2020 - C
-
Updated
Jun 22, 2020 - Go
-
Updated
Jun 30, 2020 - C#
-
Updated
Jun 28, 2020 - HTML
-
Updated
Aug 24, 2018 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 5, 2018 - Go
In README.md the process of registering o365 with a Moodle application is described.
However it is not working for me in Moodle 3.8+. I got an Authentication_Unauthorized error because the tenant ID was missing.
The process to fix it was described here:
http://get-cmd.com/?p=4949
All I had to do was to add the Tenant ID in the powershell script in L17:
Connect-AzureAD -TenantId XXXX-XXXX-
-
Updated
Apr 23, 2019 - TypeScript
reported by snomad
Maybe make passing reference to CSP.UseCspReportOnly, super helpful on initial efforts into CSP. I am still lost on CSP level 2 and level 3 and just how much of a priority they should be. CanIUse shows CSP 1 at 94% globally, CSP2 at 80%. Not sure what to aim for.
Scott Helme
You can use CSP 2 and CSP 3 features and be backwards compatible. At a minimum I'd say CSP 2.
-
Updated
Mar 12, 2020 - HTML
-
Updated
Nov 27, 2018 - TypeScript
-
Updated
Feb 25, 2019 - JavaScript
Improve this page
Add a description, image, and links to the oidc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oidc 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