-
# [OIDC in Action] 03 基于OIDC的SSO - GitHub OP - blackheart
[https://linianhui.github.io/oidc-in-action/03-oidc-sso-github-op/](https://linianhui.github.io/oidc-in-action/03-oidc-sso-github-op/)
-
I believe I've got everything setup correctly, but I get the error:
```
AttributeError at /oidc/callback/
'bytes' object has no attribute 'verify'
```
Configurations:
```
AUTHENTICATION_B…
-
### OAuth2-Proxy Version
7.5.1
### Provider
oidc
### Expected Behaviour
Option to add a custom body paramter for the /token call, for example:
/op/oidc/token
code: {{code}}
client_id: {{mono…
-
In OID Federation Automatic Registration, in [12.1.1.1.2. ](https://openid.net/specs/openid-federation-1_0.html#section-12.1.1.1.2)[Processing the Authentication Request](https://openid.net/specs/open…
-
The Solid-OIDC specification contains a [section on OIDC Registration](https://solidproject.org/TR/oidc#clientids-oidc):
> If the Client does not use an identifier that can be dereferenced, then it…
-
I'm working on a decentralized app and Solid-OIDC is very close to the type of authentication system I need, and I'm wondering if I can adopt it instead of doing a home-grown system. Sorry this turned…
-
### Description 📓
## What we're trying to solve
Currently the process is as follows:
1. User logs in through the OP (e.g. Identity Server) and an OP session & `next-auth` session are created. Both …
-
[This issue is imported from pivotal - Originaly created at Oct 18, 2022 by Michiel Kodde](https://www.pivotaltracker.com/story/show/183568313)
In #178461973 a lot of groundwork was layed to get the…
-
### Describe the feature you'd like
Once a user successfully logs into BookStack, their session becomes largely independent from the session at the OpenID Provider. While BookStack does support RP-…
-
I have an OIDC mapping based on OIDC provider:
```
[root@hedgehog14 /etc/dcache]# grep op:DTEAM multimap.conf
op:DTEAM username:dteam uid:14444 group:dteam gid:15555,true
```
I tried to test t…