Replies: 2 comments
-
Hello, Indeed it must be possible to enable or disable realm in the administration website :) KR, SID |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @agkoutis , I have made some modifications in the branch You can disable Realm usage by following these steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
While SID provides IdServerBuilder UseRealm() optional function, the Web Site does not provide similar functionality for the realm to be optional because of AuthMethodEffects http client url.
The result is that SID reponses in .well-known/openid-configuration the endpoints without using realm but the httpclient in WebSite builds url with the default realm.
Example RequestUri = new Uri($"{_options.IdServerBaseUrl}/{realm}/authmethods")
Even if I replace the get Realm function there is still an unwanted slash between the " {_options.IdServerBaseUrl}/" and |/authmethods"|
Please consider providing a similar function as the SID UseRealm() to the website.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions