Monzo Oauth2 Authentication Working?

Hello Everyone,

Just wondering if anyone has had any issues getting Ouath authentication to work? I can’t seem to “grant access” after typing in my email, the button simply does nothing? Would love to be able to get some automation up and running! :smiley:

1 Like

Check the console for error messages, though it’s likely your return/redirect URI incorrect :slight_smile:

Yea, I think you are right, checking the console I got an error:
-"Refused to load the font ‘’ because it violates the following Content Security Policy directive: “font-src ‘self’ fonts.googleapis.com fonts.gstatic.com”.
Are there specific rules for URI callbacks? What’s suitable and what isn’t? Sorry I’m new to this!

You have to make sure the redirect URI in the app definition is exactly the same as the one you pass when initialising the OAuth flow.

1 Like

I did ensure that was the case but I found adding a ‘/’ to the end of the URI seemed to make it work? I don’t know why…

Hi, I’m having the same problem but don’t quite understand the solution, what programming language are you using?