Archived Content from Web3Auth Community
This topic was originally posted by taaaaho on 9/21/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
I had previously implemented SFA with Custom Auth and it was working fine.
When I created a new Custom Verifier on the new Dashboard, the new Verifier did not pass authentication and gave me an error. Error: Verifier not supported
When I had a similar error before, it was due to a different web3AuthNetwork in the new Web3Auth parameter, so I am wondering if this is the cause of the error again.
At first, I was able to create it with mainnet, but from the middle of the process, I was only able to select Aqua, and this time it is Sapphire.
Does anyone have any idea what the cause might be?
Please provide the following details too when asking for help in this category:
- SDK Version: 7.0.1
- Verifier Details:
- Verifier Name: p-0001
- JWKS Endpoint: https://api.line.me/oauth2/v2.1/certs
- Sample idToken(JWT): paste decoded information because JWT include my personal profile.
{
“iss”: “https://access.line.me”,
“sub”: “U5e8175906325241eb3001d2b159742b4”,
“aud”: “2000310947”,
“exp”: 1695291362,
“iat”: 1695287762,
“amr”: [
“linesso”
]
}



