Standard OIDC Client
OIDC Discovery
SetherAuth has fully implemented the OIDC protocol. If your application is already using a standard OIDC client library to connect to another OAuth 2.0 identity provider, and you want to migrate to SetherAuth, using OIDC discovery will make it very easy for you to switch. SetherAuth's OIDC discovery URL is:
https://auth.sether.com/.well-known/openid-configuration
List of OIDC Client Libraries
Here is a list of some OIDC client libraries for languages like Go and Java:
OIDC client library | Language | Link |
---|---|---|
go-oidc | Go | https://github.com/coreos/go-oidc |
pac4j-oidc | Java | https://www.pac4j.org/docs/clients/openid-connect.html |
Please note that the above table is not exhaustive. For a full list of OIDC client libraries, you can find more details at:
OIDC UserInfo Fields
The following table illustrates how OIDC UserInfo fields (via the /api/userinfo
API) are mapped to SetherAuth user fields:
SetherAuth User Field | OIDC UserInfo Field |
---|---|
Id | sub |
https://auth.sether.com | iss |
Aud | aud |
Name | preferred_username |
DisplayName | name |
Avatar | picture |
Location | address |
Phone | phone |