We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d6c66 commit 35f12ceCopy full SHA for 35f12ce
ui/src/features/auth/oidc-utils.ts
@@ -6,7 +6,7 @@ export const oidcClientAuth: ClientAuth = () => {
6
// equivalent function for token_endpoint_auth_method: 'none'
7
};
8
9
-export const shouldAllowIdpHttpRequest = () => __UI_VERSION__ === 'development';
+export const shouldAllowIdpHttpRequest = () => true;
10
11
export const getOIDCScopes = (userOIDCConfig: OIDCConfig, idp: AuthorizationServer) => {
12
const scopes = [...userOIDCConfig.scopes];
0 commit comments