Skip to content

OIDC MFA URL params support#667

Merged
orius123 merged 6 commits intomainfrom
entra-mfa
Dec 10, 2024
Merged

OIDC MFA URL params support#667
orius123 merged 6 commits intomainfrom
entra-mfa

Conversation

@orius123
Copy link
Member

Send the token and state to the redirect url with form post

const OIDC_MFA_URL_STATE_PARAM_NAME = 'oidc_mfa_state';
const OIDC_MFA_URL_ID_TOKEN_PARAM_NAME = 'oidc_mfa_id_token';
const OIDC_MFA_URL_REDIRECT_URL_PARAM_NAME = 'oidc_mfa_redirect_url';

Added tests to all other features as well

@vercel
Copy link

vercel bot commented Dec 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-hosting ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-euc1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-sandbox-us ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-star1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
auth-hosting-star2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm
nir-itai-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 1:38pm

nirgur
nirgur previously approved these changes Dec 10, 2024
@vercel
Copy link

vercel bot commented Dec 10, 2024

Your Vercel team allenzhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope as a Protected Git Scope in allenzhou on Vercel. Once added, commit again to see your changes.

Learn more: https://vercel.com/docs/security/protected-git-scopes

@orius123 orius123 merged commit bacfd29 into main Dec 10, 2024
@orius123 orius123 deleted the entra-mfa branch December 10, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants