:wave: Greetings!, Just a quick question: 1. How ...
# ory-selfhosting
b
👋 Greetings!, Just a quick question: 1. How do i know which 2FA method is activated or is there a way to check after aal1 level authentication? Thank you!
m
Hey Minesh, I think you can see that in the session payload for example from my demo project
Copy code
"active": true,
  "expires_at": "2022-12-04T16:44:36.35286Z",
  "authenticated_at": "2022-12-01T16:44:36.35286Z",
  "authenticator_assurance_level": "aal1",
  "authentication_methods": [
    {
      "method": "oidc",
      "aal": "aal1",
      "completed_at": "2022-12-01T16:44:36.352857146Z"
    }
b
Hi @magnificent-energy-493 Thanks for responding, by payload we can identify but it is really helpful if have trait to show like how many methods are enabled!!
I thought it might have that 🙂