feat: overhaul oidc work
This commit is contained in:
parent
bda9dedbfd
commit
eb4669498a
10 changed files with 200 additions and 139 deletions
|
|
@ -25,7 +25,8 @@ export async function loader({
|
|||
const data = await beginAuthFlow(
|
||||
context.oidc,
|
||||
redirectUri,
|
||||
context.config.oidc.token_endpoint_auth_method,
|
||||
context.config.oidc.scope,
|
||||
context.config.oidc.extra_params,
|
||||
);
|
||||
|
||||
return redirect(data.url, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue