how to redirect user to specific custom login page using OIDC Provider interactions
I am trying to implement oidc provider application. It working with the default autorisation Endpoint(login page) I first redirect to : http://localhost:8003/auth?client_id=oidcCLIENT&scope=openid&response_type=code&redirect_uri=http://localhost:8080/login/callback&state=BuAAA9hAF0IMTKpJQH51h9ueu8StadrmeNS9-cm_w3Q&code_challenge=mjEOrgT5j4CvQHd8ZJlmw7kh9COUpnxzgbLsBsPbIMA&code_challenge_method=S256
and after redirect to http://localhost:8003/interaction/4CvQHd8ZJlmw7kh9CO. Now I want to redirect user on a spécifique custom login page like http://localhost:8003/urlto/custom/autorisation_endpoin
please I need a help.
my configuration
my OIDC provider instance creation
CodePudding user response:
Unfortunately, I can't give you an answer to your question. However, I think using this library is a mistake. It's mainly maintained by one person and you can't report bugs via Github. Therefore, support is terrible and security is questionable. I would look for an alternative if possible.
CodePudding user response:
the following detail are my step to solve this problem
I create a new express project
I configure the created project
I follow oidc provider using exemple
Now I have full access to oidc provider implementation