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
Hi,
I am trying to configure an instance of motley-cue to accept tokens from my organisation's Keycloak for SSH login. This is working, but when I state in the config that the token should have a specific audience, this requirement gets ignored as my auth server is not foreseen in the list of supported OPs in requirements.py ("Issuer does not support audience setting").
The only way I can see to get around this is to patch my installation of FLAAT to manually include my provider in the hardcoded list of OPS_THAT_SUPPORT_AUDIENCE in flaat/requirements.py. Is there any way that I can assert in the configuration that the audience claim is supported, or is this currently the only way to use an audience requirement?
Many thanks for any advice on this.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to configure an instance of motley-cue to accept tokens from my organisation's Keycloak for SSH login. This is working, but when I state in the config that the token should have a specific audience, this requirement gets ignored as my auth server is not foreseen in the list of supported OPs in requirements.py ("Issuer does not support audience setting").
The only way I can see to get around this is to patch my installation of FLAAT to manually include my provider in the hardcoded list of OPS_THAT_SUPPORT_AUDIENCE in flaat/requirements.py. Is there any way that I can assert in the configuration that the audience claim is supported, or is this currently the only way to use an audience requirement?
Many thanks for any advice on this.
The text was updated successfully, but these errors were encountered: