You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use this library to create a client that would authenticate with an OIDC server, but I stumbled on an issue. When creating an authorization URL, matrix-js-sdk creates randomized scope: urn:matrix:org.matrix.msc2967.client:device:[random-string]. Initially, I thought that I could use KeyCloak as OIDC provider, but it doesn't support dynamic scopes, and I'm not sure if anything does. What I'm supposed to do? :) Looking for a different OIDC server? Is there even a server that supports dynamic scopes? Is there anyone who managed to use OIDC authentication here? Am I missing something? :)
Added: How terrible would be to replace this random string with a static one? ;)
The text was updated successfully, but these errors were encountered:
I try to use this library to create a client that would authenticate with an OIDC server, but I stumbled on an issue. When creating an authorization URL, matrix-js-sdk creates randomized scope:
urn:matrix:org.matrix.msc2967.client:device:[random-string]
. Initially, I thought that I could use KeyCloak as OIDC provider, but it doesn't support dynamic scopes, and I'm not sure if anything does. What I'm supposed to do? :) Looking for a different OIDC server? Is there even a server that supports dynamic scopes? Is there anyone who managed to use OIDC authentication here? Am I missing something? :)Added: How terrible would be to replace this random string with a static one? ;)
The text was updated successfully, but these errors were encountered: