Groups
Groups
Sign in
Groups
Groups
Firebase Google Group
Conversations
About
Send feedback
Help
How to authenticate Keycloak JWT token in firebase client
39 views
Skip to first unread message
Ankita Agrawal
unread,
Jan 24, 2021, 11:44:49 AM
1/24/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I have configured Keycloak OIDC provider in firebase and written code in my nuxt application like this
const provider = new firebase.auth.OAuthProvider('oidc.firebase');
firebase.auth().signInWithPopup(provider)
.then((result) => {
console.log(result);
})
.catch((error) => {
console.log(error);
});
but while clicking on button it always give me in response
a: null
code: "auth/invalid-credential"
message: "Malformed response cannot be parsed from https:/KEYCLOAKauth/realms/REALM_NAME for OIDC_DISCOVERY"
QuZ0G.png
Reply all
Reply to author
Forward
0 new messages