Can you use OpenID Connect without obtaining OAuth credentials?
Asked Answered
C

1

4

In Google's OpenID Migration Guide, for transitioning from OpenID 2.0 to OpenID Connect, step 1 is that I need to obtain OAuth credentials for my application.

One thing I like about "regular" OpenID is that I can allow my users to authenticate from any IDP of their choosing. Whether they use Google, Yahoo, or any other endpoint, as a developer I don't need to go through the trouble of manually obtaining OAuth credentials from each of those providers and configuring my application to support them.

As providers discontinue support for traditional OpenID, is there a way for me to allow users to continue using their current IDPs without me having to go through each one and manually obtaining OAuth credentials?

Candiecandied answered 30/12, 2014 at 23:38 Comment(0)
T
2

The way to achieve this in OpenID Connect is by using OpenID Connect Discovery and OpenID Connect Dynamic Client Registration protocol extensions but of course your OpenID Connect Provider needs to support these extensions.

Tribasic answered 31/12, 2014 at 0:1 Comment(3)
In practice, have any major providers adopted dyn-reg? I'd like your input.Haaf
A considerable amount of OP software supports it but as of today I don't know of any major provider deployment that offers it. There's mitreid.org though.Tribasic
is there any example available anywhere?Moonset

© 2022 - 2024 — McMap. All rights reserved.