Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between issuers and audiences #8

Open
djb4ai opened this issue Sep 27, 2020 · 1 comment
Open

Difference between issuers and audiences #8

djb4ai opened this issue Sep 27, 2020 · 1 comment

Comments

@djb4ai
Copy link

djb4ai commented Sep 27, 2020

Where exactly do I put this? when I do the auth seems to be failing

asap_accepted_issuers = { "YOUR_APP_ID", "smash" }

asap_accepted_audiences = { "YOUR_APP_ID", "smash" }
@avoidik
Copy link

avoidik commented Apr 16, 2021

put these two lines on the top of /etc/prosody/conf.d/<filename>.cfg.lua file (inside VirtualHost block, right after app_id and app_secret lines), however it's okay to not specify these options, their default values are

  • asap_accepted_issuers = { "<value of app_id>" }
  • asap_accepted_audiences = { "*" }

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

No branches or pull requests

2 participants