Skip to content
#

oidc

Here are 362 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

authlib
jcassee
jcassee commented Sep 20, 2018

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

cirrus3d
cirrus3d commented Mar 27, 2020

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-

damienbod
damienbod commented Feb 13, 2018

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.

Improve this page

Add a description, image, and links to the oidc 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 oidc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.