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

[CDF-23984] 😎 Added auth0 as provider #1466

Merged
merged 13 commits into from
Feb 17, 2025
Merged

[CDF-23984] 😎 Added auth0 as provider #1466

merged 13 commits into from
Feb 17, 2025

Conversation

doctrino
Copy link
Collaborator

@doctrino doctrino commented Feb 14, 2025

Description

image

Checklist

  • Prefixed the PR title with the Jira issue number on the form [CDF-12345].
  • Tests added/updated.
  • Run Demo Job Locally.
  • Documentation updated.
  • Changelogs updated in CHANGELOG.cdf-tk.md.
  • Template changelogs updated in CHANGELOG.templates.md.

Copy link

github-actions bot commented Feb 14, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
15797 11210 71% 60% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
cognite_toolkit/_cdf_tk/utils/auth.py 67% 🟢
TOTAL 67% 🟢

updated for commit: e343c09 by action🐍

Comment on lines +30 to +35
PROVIDER_DESCRIPTION = {
"entra_id": "Use Microsoft Entra ID to authenticate",
"auth0": "Use Auth0 to authenticate",
# "cdf": "Use Cognite IDP to authenticate",
"other": "Use other IDP to authenticate",
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched the order in the code base such that it is 1. provider 2. login flow, to make it consistent with how the user is prompted.

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.

2 participants