CallbackPath it's mandatory for if AddOpenIdConnect, if i remove this then by default read "/sigin-oidc" path and then facing call back URLpath. we can't remove because it's mandatory.
You should keep /sigin-oidc
path, and then OIDC Handler will continue to handle callbacks
One of ABP ticket i have seen we can handle multiple schema like below code, then you can used Authorize for controller. Note:- it's working this means if i access specific URL endpoint able to access doesn't cause issue Authorize .
This Controller is used to initial the oidc flow
Hi
ABP supports any theme, But you need to do some extra work.
This is a third-party theme. https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI
https://github.com/abpframework/abp/pull/20727
Hi,
okay, we will
First move OIDCController
from HttpApi.Host
to Authserver
then remove CallbackPath
from appsettings
and the AddOpenIdConnect
method.
remove Authorize
from OIDCController
Use api/oidc/login
method instead of authorize
.
Update your logo href link to <AuthServerURL>api/oidc/login
HI,
i guess the HTTP request haven't finished yet
Hi,
i mean change the AuthServer
logger level