Skip to content
Snippets Groups Projects
Verified Commit 4584e92b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: OAuth authn

parent dc9eb237
No related branches found
No related tags found
No related merge requests found
Pipeline #48684 passed
......@@ -8,7 +8,7 @@ const issuer = 'https://keycloak.sso.gwdg.de/auth/realms/academiccloud'
async function refreshAccessToken (token: any) {
try {
const url =
issuer + '/protocol/openid-connect/token?' +
issuer + '/protocol/openid-connect?' +
new URLSearchParams({
client_id: clientId,
client_secret: clientSecret,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment