Skip to content
#

sts

Here are 131 public repositories matching this topic...

riot-jetaylor
riot-jetaylor commented Sep 3, 2020

When looking for a Duo device from the Onelogin flow, the device signatures are parsed into an array which is not checked for bounds before further use.

`
device := &onelogin.Device{}
for i, aDevice := range stateTokenResponse.Devices {
if aDevice.DeviceType == "Duo Duo Security" {
device = &stateTokenResponse.Devices[i]
}
}
signatures := strings.Split(device.SignatureRequest,

A simple implementation of paper "HCTI at SemEval-2017 Task 1: Use convolutional neural network to evaluate semantic textual similarity."

  • Updated Feb 7, 2020
  • Python

汎用認証サイトは、ASP.NET Identity および JSON Web Token (JWT)によって強化されたOAuth 2.0およびOpenID ConnectのIdentity Provider (Idp) および Security Token Service (STS)です。(Multi-purpose Authentication Site is Identity Provider (Idp) and Security Token Service (STS) of OAuth 2.0 and OpenID Connect powered by ASP.NET Identity and JSON Web Token (JWT).)

  • Updated Aug 6, 2020
  • C#

Improve this page

Add a description, image, and links to the sts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.