Skip to content

Commit a0f4281

Browse files
committed
fix(authn): set headers when type is JWKS
1 parent 173e6e4 commit a0f4281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/Auth/useProcessAuthData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ export default function useProcessAuthData() {
101101
use_jwks,
102102
verify_claims,
103103
disconnect_after_expire,
104-
headers,
105104
}
106105
if (use_jwks) {
107106
tempData = {
108107
...tempData,
109108
endpoint,
110109
refresh_interval,
111110
ssl,
111+
headers,
112112
}
113113
} else {
114114
tempData = { ...tempData, algorithm }

0 commit comments

Comments
 (0)