python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Configuring Keycloak OIDC with an nginx (OpenResty) reverse-proxy
I am experimenting with a two-service docker-compose recipe, largely based on
the following GitHub project:
https://github.com/rongfengliang/keycloak-openresty-openidc
After streamlining, my configur...
Tythos
Votes: 0
Answers: 1
What is the default CallBack URL in manfredsteyer/angular-oauth2-oidc
We have projects using the manfredsteyer/angular-oauth2-oidc GitHub project to do our OIDC flows.
In the Authorization Code Flow, after the User logs in at the IDP, the IDP calls a url from the applic...
Vaccano
Votes: 0
Answers: 1
OneLogin OIDC access and refresh tokens from expired sessions will continue to work (assuming unexpired tokens)?
If an application obtained access or refresh tokens from a OneLogin session that has expired, and if those tokens have not expired, can the application continue using those tokens until they expire, o...
user17978490
Votes: 0
Answers: 1
how to exchange code to token in Ory Hydra
I'm following Ory Hydra 5 Minute Tutorial.
This tutorial uses a sample Webapp and I'm trying to understand the flow how to convert Code to Token via HTTP POST.
I have several troubles with the POST:
4...
til
Votes: 0
Answers: 1