The Wayback Machine - https://web.archive.org/web/20220408142706/https://github.com/topics/sts
Here are
163 public repositories
matching this topic...
Manage AWS MFA Security Credentials
Updated
Feb 25, 2022
Python
Easily assume AWS roles in your terminal.
An ASP.NET Core 6.0 IdentityServer4 Identity Bootstrap 4 template with localization
텐서플로2와 머신러닝으로 시작하는 자연어처리 (로지스틱회귀부터 BERT와 GPT2까지) 실습자료
Updated
Mar 25, 2022
Jupyter Notebook
Security with ASP.NET Core, SignalR and Angular
Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
Updated
Mar 29, 2022
JavaScript
Process credential providers for AWS SDKs and Tools
Updated
Feb 10, 2020
Python
Local and Windows Authentication, ASP.NET Core MVC, IdentityServer4
Station-to-Station authentication key exchange protocol.
Updated
Jan 12, 2021
Java
Semantic Textual Similarity (STS) measures the degree of equivalence in the underlying semantics of paired snippets of text.
Updated
Oct 18, 2021
Python
Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
Updated
Jan 30, 2022
Python
Improved version of the NIST Statistical Test Suite (STS)
aws-runas rewritten in Go
[READ ONLY] Core package + STS client
🔒 AWS multi-factor authentication for the CLI
Updated
Jan 3, 2022
Smalltalk
Terraform Module for Assumed Roles on AWS with IAM Groups Requiring MFA
Run commands or shell under an AWS IAM role
Updated
Sep 14, 2021
Ruby
Assumes an IAM role via awscli STS call, injecting temporary credentials into shell environment
Updated
Apr 6, 2022
Shell
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
replaces the credentials for MFA in AWS
JasperReports font extensions and Spring Boot Sample
Collection of papers on the related directions of Text Matching tasks
A dotnet open source which provides aws credentials using Okta
Updated
Feb 7, 2019
Python
Romanian Semantic Textual Similarity Dataset
Updated
Feb 5, 2022
Python
AWS Auth using WebIdentityFederation from Google Cloud
Updated
Mar 2, 2021
Python
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.
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.
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,