File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/stackable-operator/src/commons/authentication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ impl AuthenticationProvider {
113113 }
114114 }
115115
116- /// Returns the base [`Url`] without any path segments.
116+ /// Returns the OIDC base [`Url`] without any path segments.
117117 ///
118118 /// The base url only contains the scheme, the host, and an optional port.
119119 fn base_url ( & self ) -> Result < Url > {
@@ -147,7 +147,7 @@ impl AuthenticationProvider {
147147 Ok ( url)
148148 }
149149
150- /// Returns the well-known [`Url`] without a trailing slash.
150+ /// Returns the well-known OIDC configuration [`Url`] without a trailing slash.
151151 ///
152152 /// The returned url is a combination of [`Self::endpoint_url`] joined with
153153 /// the well-known OIDC configuration path `DEFAULT_WELLKNOWN_OIDC_CONFIG_PATH`.
You can’t perform that action at this time.
0 commit comments