Skip to content

docs: convert example ws-fed rule to action#853

Merged
hazel-nut merged 2 commits intoauth0:mainfrom
patkub:feat/rules-to-actions
Apr 8, 2026
Merged

docs: convert example ws-fed rule to action#853
hazel-nut merged 2 commits intoauth0:mainfrom
patkub:feat/rules-to-actions

Conversation

@patkub
Copy link
Copy Markdown
Contributor

@patkub patkub commented Mar 29, 2026

Description

Convert "Configure WS-Fed Applications" example Rule to Action

References

Testing

Docs:

Auth0 Action:

Screenshot_20260407_165643

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@patkub patkub requested a review from a team as a code owner March 29, 2026 13:49
// you can also use transient values from the user object. For example, for:
// user.calculated_field = <some expression>;
// then add this mapping:
// 'some_claim': 'calculated_field',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed this part because in Actions we can't set values on the event.user object, and need to use api methods instead. (event.user.calculated_field = <some expression>; won't work)

Comment thread main/docs/get-started/applications/configure-ws-fed-applications.mdx Outdated
Copy link
Copy Markdown
Contributor

@hazel-nut hazel-nut left a comment

Choose a reason for hiding this comment

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

not explicitly approving because i haven't had a sec to test it myself, but otherwise lgtm

Co-authored-by: Hazel Virdó <github@virdo.name>
@patkub
Copy link
Copy Markdown
Contributor Author

patkub commented Apr 7, 2026

Tested with https://github.com/oktadev/okta-spring-boot-saml-example and google-oauth2 connection

Screenshot_20260407_165643

@patkub
Copy link
Copy Markdown
Contributor Author

patkub commented Apr 7, 2026

not explicitly approving because i haven't had a sec to test it myself, but otherwise lgtm

Thank you. I updated the PR based on your suggestions and added my testing notes and screenshots.

Copy link
Copy Markdown
Contributor

@hazel-nut hazel-nut left a comment

Choose a reason for hiding this comment

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

thanks for doing the heavy lifting :)

@hazel-nut hazel-nut merged commit b226ca6 into auth0:main Apr 8, 2026
1 check passed
@patkub patkub deleted the feat/rules-to-actions branch April 8, 2026 15:40
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.

Migrate Office 365 Custom Provisioning example from Rule to Action

2 participants