Skip to content

Commit

Permalink
feat: publish agama-openid project
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Nov 10, 2023
1 parent ebebfde commit f44c8bc
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 1 deletion.
10 changes: 10 additions & 0 deletions code/io.jans.inbound.openid.flow
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// OpenId-based inbound identity flow
Flow io.jans.inbound.openid
Basepath ""
Configs conf
obj = Trigger io.jans.inbound.oauth2.AuthzCodeWithUserInfo conf.oidc
When obj.success is true
obj.data = obj.data.profile
uid = Call io.jans.inbound.UserOnboardHelper#exec conf.uidPrefix obj.data
Finish uid
Finish obj
Loading

0 comments on commit f44c8bc

Please sign in to comment.