And one more external question. Do you know how to add and display custom more field on openIddict application in admin site?
Hi, yes. please let me know asap. Thank you so much
Hi, Yes I used this method OnRedirectToIdentityProvider. but I am not able to reassign the options value.
Hi but, when I implement on OnRedirectToIdentityProviderForSignOut event then I am not able to reassign the options value. do you have any idea?
Hi, yes, thank you. How about my code which I shared you above? Is that correct approch?
Hi, could you help to capture the full setting for addOpenidConnect() which match with my concern about? Because as you know, I already captured the screen which I implement OnRedirectToIdentityProvider event and change the options value inside that. but it's seem not effect.
Hi, yes, it's possible, you can give it a try, and you can inject services here. => I already tried but it's not able to set the clientId, clientSecret... again after call service to get the data from database. It's just get the inital value. Do you have example code? pls give me. Thanks