Kirsten Roschanski

Results 14 comments of Kirsten Roschanski

You define the UA-ID hard in the template better you can set it at config-file

Aktuell ist der Server mit ``` rails server -d -e development ``` gestartet. Wie geschrieben geht es lediglich darum, das beim direkten einbinden der JS-Dateien irgendwo ein Fehler auftritt. die...

just as @stephanhendl has written. Let's find a simple way to provide a central way for certain "client" applications (delimited by policy) to allow users to continue using them with...

The token should be configurable like all tokens and should also be able to be displayed via the token list. It should also be possible to set a policy for...

We use LDAP for logging in to the mail server (Dovecot/Postfix). The webmailer (horde) itself does not log in against LDAP, but passes its credentials directly to the mail server....

That would be great, because unfortunately it happens that you misplace your tokens ;-) One idea could be found here: https://github.com/contao/contao/blob/4b80d4721ca926848383c514d8ae89a147534759/core-bundle/src/Security/TwoFactor/BackupCodeManager.php#L82-L106

Exactly, that's the point, whereby the creation is a different date than the assignment. For example, we initialize the YubiKeys month/years in advance, but the assignment takes place much later....

That's exactly right. When combining get token with a user, tokenrealm doesn't work. It seems that realm must be specified.

Thank you very much, that's exactly right, but the `realm` is not included as a parameter in the documentation, so I first used `tokenrealm`, which unfortunately did not return any...