Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(login): add the ability to log in using an offline token #450

Merged
merged 5 commits into from
Mar 12, 2021

Conversation

craicoverflow
Copy link
Contributor

@craicoverflow craicoverflow commented Mar 11, 2021

Description

Resolves #328

  • 372fe7c adds the ability to only need to be logged in to sso.redhat.com without needing to also be authenticated to MAS-SSO.
  • 41b769a adds token-based login

Verification Steps

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Documentation added for the feature
  • CI and all relevant tests are passing
  • Code Review completed
  • Verified independently by reviewer

@craicoverflow craicoverflow requested a review from wtrocki March 11, 2021 17:05
@craicoverflow craicoverflow merged commit c6246d4 into main Mar 12, 2021
@craicoverflow craicoverflow deleted the token-login branch March 12, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow using offline token for automation purposes
2 participants