Skip to content
#

openid-connect

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

mitar
mitar commented Mar 27, 2020

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

I am trying to build an OpenID provider only, I do not really have any resources to which one would delegate access to. So I do not need OAuth provider, just OpenId provider. The issue is that currently documentation/example just says that OAuth handlers have to be registered before OpenId ones, but does not explain which are th

michaelJustin
michaelJustin commented Jun 4, 2019

In the documentation, usage of example.com is not clear when it refers to the client app and where it refers to some third party service:

For example, if the web domain for your service is "service.example.com", then the reverse domain name form to use for a custom scheme would be "com.example.service". This is also, typically, the convention used for the package name of your app, e.g. "com.e

kerrermanisNL
kerrermanisNL commented Nov 17, 2016

Currently when posting a form, an authentication request is being performed and the OIDCPreservePost option is enabled a (or actually a couple) blank screen is shown with the text "Redirecting...". This page gets shown relatively long. It would be great if this page could either take less long, be customizable so it fits in better with the rest of the site or be avoided all together.

Any tips

odigity
odigity commented Sep 4, 2015

Are there no docs for this gem other than the two sample apps' code?

I've looked at the READMEs and doc/ folder in this repo and the repo for the two sample apps, as well as the autogenerated library docs at rdoc.info, and I cannot find one scrap of documentation.

This is the only maintained gem that implements OpenID Connect that I can find, and the two demo apps prove that the gem works and is

CarlG12
CarlG12 commented Apr 9, 2020

In the library, the method CreateClient is used in several places in the code to create HttpClient.

I detected two problems:

  1. This class implement IDisposable interface and Dispose method is never called.
  2. The HttpClient class is designed to be created once and re-used throughtout the life of the application. Read remarks section in the Microsoft documentation [https://docs.microsoft.com/

Improve this page

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

Learn more

You can’t perform that action at this time.