Skip to content

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Sep 4, 2025

Fix #40996

@Elchi3 Elchi3 requested a review from a team as a code owner September 4, 2025 10:04
@Elchi3 Elchi3 requested review from wbamberg and removed request for a team September 4, 2025 10:04
@github-actions github-actions bot added Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed labels Sep 4, 2025
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Preview URLs

(comment last updated: 2025-09-05 06:20:21)

provider.
- : A required string representing the credentials' federated identity provider (for example `"https://www.facebook.com"` or `"https://accounts.google.com"`).
- `protocol` {{optional_inline}}
- : A string representing the protocol of the credentials' federated identity provider (for example, `"openidconnect"`).
Copy link
Collaborator

Choose a reason for hiding this comment

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

(for example, "openidconnect")

hmm. So can this be literally anything? It's not taken from a predefined list? I don't really understand how it can be usable for anything, if that is the case.

Copy link
Member Author

Choose a reason for hiding this comment

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

I've searched in the spec and in the repo if there is any discussion around this but I didn't find anything. So yeah, I guess the CM spec leaves a lot of freedom including protocol choice, looks like...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FederatedCredential() options missing
2 participants