-
In the TPAC discussions, there was a desire to rely solely on AAGUID for passkey provider / authenticator naming, and to remove authenticatorDisplayName from credProps.
The challenge is that authen…
-
**Describe the bug:**
After implementing [App Protection CA](https://learn.microsoft.com/en-us/mem/intune/developer/app-sdk-ios-phase6) support when the app is opened, even though the Microsoft Authe…
-
Code:
```javascript
authenticator
.authenticate(OfficeHelpers.DefaultEndpoints.Google)
.then(function (token) {
console.log(token);
})
.catch(function (error) {
…
-
```
Adding at least NTLM support would allow transparent single-sign-on using
the user's Windows domain credentials. This is a feature that is often
requested on the JA-SIG CAS mailing list, so implem…
-
```
Adding at least NTLM support would allow transparent single-sign-on using
the user's Windows domain credentials. This is a feature that is often
requested on the JA-SIG CAS mailing list, so implem…
-
hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but…
-
This issue has been present for a while (6-9 months), and I am not sure if its something we introduced configuring it, or its a bug.
When a user authenticates and its then they are prompted to vali…
-
thank you for you app, it's really helpful
does it possible to limit output for only one otp code , for example i can search/select some issuer name or id and display only one token? so if i need otp…
-
Currently I have something like this:
```
async authenticate() {
const response = await doNetworkCall();
return {
token: response.token
}
}
```
But `sessionAuthenticated()` ho…
-