We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5a5f commit b051bb8Copy full SHA for b051bb8
js/auth.js
@@ -31,9 +31,9 @@ $(document).ready(function() {
31
});
32
33
login = () => webAuth.authorize({
34
- connection: 'saml',
35
- connection_scope: 'openid profile email',
36
- prompt: 'none',
+ audience: 'https://coderic.eu.auth0.com/api/v2/',
+ scope: 'openid profile email',
+ redirectUri: 'https://coderic.org/'
37
38
logout = () => webAuth.logout({
39
returnTo: 'https://' +window.location.hostname + '/'
0 commit comments