camunda-docs icon indicating copy to clipboard operation
camunda-docs copied to clipboard

feat: describe how to configure multiple identity providers

Open romansmirnov opened this issue 1 month ago • 5 comments

Description

related to #6645

When should this change go live?

  • [ ] This is a bug fix, security concern, or something that needs urgent release support. (add bug or support label)
  • [ ] This is already available but undocumented and should be released within a week. (add available & undocumented label)
  • [ ] This is on a specific schedule and the assignee will coordinate a release with the Documentation team. (create draft PR and/or add hold label)
  • [ ] This is part of a scheduled alpha or minor. (add alpha or minor label)
  • [ ] There is no urgency with this change (add low prio label)

PR Checklist

  • [ ] My changes are for an upcoming minor release and are in the /docs directory (version 8.9).
  • [ ] My changes are for an already released minor and are in a /versioned_docs directory.

romansmirnov avatar Jan 08 '26 17:01 romansmirnov

@StevePascoe, I (finally) documented how to configure multiple identity providers. Would you be available for a review?

romansmirnov avatar Jan 08 '26 17:01 romansmirnov

@romansmirnov -> That's funny. I took a stab at creating documentation on this today as well: https://github.com/camunda/camunda-docs/pull/7687

StevePascoe avatar Jan 08 '26 20:01 StevePascoe

@romansmirnov -> That's funny. I took a stab at creating documentation on this today as well: #7687

Ah nice! Sorry that I haven't made it transparent. Nevertheless, I could adjust my PR to only document the configuration options in the reference guide. WDYT?

romansmirnov avatar Jan 09 '26 08:01 romansmirnov

My apologies as well. I don't think I told you I was picking this up. Yeah, let's update yours to document the configuration options in the reference guide. I'll update mine to use 'provider-id' instead of registration-id and I'm going to use your examples.

One thing I did want to confirm with you is the login page behaviour. Is this statement true: "The cluster login page will show a list of available OIDC Providers. Users will see the client name as the selection, so choose accordingly."

StevePascoe avatar Jan 09 '26 13:01 StevePascoe

Yeah, let's update yours to document the configuration options in the reference guide.

@StevePascoe, I updated my PR, it is ready for review.

One thing I did want to confirm with you is the login page behaviour. Is this statement true: "The cluster login page will show a list of available OIDC Providers. Users will see the client name as the selection, so choose accordingly."

Yes, your understanding is correct.

romansmirnov avatar Jan 13 '26 09:01 romansmirnov

@StevePascoe, I applied your feedback and fixed the documentation in the other tables (describing the oidc properties) as well.

romansmirnov avatar Jan 22 '26 15:01 romansmirnov